refactor driver module (wip)
This commit is contained in:
@@ -4,5 +4,5 @@ import { IsString } from 'class-validator';
|
||||
export class GetLeagueJoinRequestsQueryDTO {
|
||||
@ApiProperty()
|
||||
@IsString()
|
||||
leagueId: string;
|
||||
leagueId!: string;
|
||||
}
|
||||
Reference in New Issue
Block a user