Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
YoctoProductions committed Dec 26, 2024
1 parent fdb00f6 commit fef07d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/games/games.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export class FetchGamesDTO {

@IsEnum(TimeRange) timeRange: TimeRange;

@Min(0) @Max(100) limit: number;
@Min(0) @Max(200) limit: number;
}

0 comments on commit fef07d7

Please sign in to comment.