Skip to content
Snippets Groups Projects

Development to testing

Merged Ghost User requested to merge Development into testing
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -3,7 +3,7 @@ import { IsNumber, Min, Max, IsUUID } from 'class-validator';
@@ -3,7 +3,7 @@ import { IsNumber, Min, Max, IsUUID } from 'class-validator';
export class ScoreDTO {
export class ScoreDTO {
@IsNumber()
@IsNumber()
@Min(1)
@Min(1)
@Max(99)
@Max(999)
score: number;
score: number;
@IsUUID('4')
@IsUUID('4')
faction: string;
faction: string;
Loading