Skip to content

Commit

Permalink
Add missing decorator in state
Browse files Browse the repository at this point in the history
  • Loading branch information
ClFeSc committed May 30, 2022
1 parent 5a60152 commit a487e3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shared/src/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ export class ExerciseState {
@ValidateNested()
@Type(() => StatisticsEntry)
public readonly statistics: readonly StatisticsEntry[] = [];
@ValidateNested()
@Type(() => ExerciseConfiguration)
public readonly configuration = ExerciseConfiguration.create();

/**
Expand Down

0 comments on commit a487e3c

Please sign in to comment.