website refactor
This commit is contained in:
@@ -5,8 +5,7 @@ import { RaceResultViewModel } from './RaceResultViewModel';
|
||||
export class RaceResultsDetailViewModel {
|
||||
raceId: string;
|
||||
track: string;
|
||||
|
||||
private currentUserId: string;
|
||||
currentUserId: string;
|
||||
|
||||
constructor(dto: RaceResultsDetailDTO & { results?: RaceResultDTO[] }, currentUserId: string) {
|
||||
this.raceId = dto.raceId;
|
||||
|
||||
Reference in New Issue
Block a user