fix issues
This commit is contained in:
@@ -4,7 +4,7 @@ import { DriverViewModel } from './DriverViewModel';
|
||||
export class LeagueMemberViewModel {
|
||||
driverId: string;
|
||||
|
||||
private currentUserId: string;
|
||||
currentUserId: string;
|
||||
|
||||
constructor(dto: LeagueMemberDTO, currentUserId: string) {
|
||||
this.driverId = dto.driverId;
|
||||
|
||||
Reference in New Issue
Block a user