refactor driver module (wip)
This commit is contained in:
@@ -8,5 +8,5 @@ export class LeagueStandingsDTO {
|
||||
@IsArray()
|
||||
@ValidateNested({ each: true })
|
||||
@Type(() => LeagueStandingDTO)
|
||||
standings: LeagueStandingDTO[];
|
||||
standings!: LeagueStandingDTO[];
|
||||
}
|
||||
Reference in New Issue
Block a user