seed data
This commit is contained in:
@@ -5,6 +5,7 @@ export class DriverLeaderboardItemViewModel {
|
||||
name: string;
|
||||
rating: number;
|
||||
skillLevel: string;
|
||||
category?: string;
|
||||
nationality: string;
|
||||
racesCompleted: number;
|
||||
wins: number;
|
||||
@@ -21,6 +22,7 @@ export class DriverLeaderboardItemViewModel {
|
||||
this.name = dto.name;
|
||||
this.rating = dto.rating;
|
||||
this.skillLevel = dto.skillLevel;
|
||||
this.category = dto.category;
|
||||
this.nationality = dto.nationality;
|
||||
this.racesCompleted = dto.racesCompleted;
|
||||
this.wins = dto.wins;
|
||||
|
||||
Reference in New Issue
Block a user