| @@ -19,7 +19,7 @@ export class Track { | ||||
|    */ | ||||
|   @PrimaryGeneratedColumn() | ||||
|   @IsInt() | ||||
|   id: number;; | ||||
|   id: number; | ||||
|  | ||||
|   /** | ||||
|    * The track's name. | ||||
| @@ -47,7 +47,7 @@ export class Track { | ||||
|   @IsInt() | ||||
|   @IsOptional() | ||||
|   @IsPositive() | ||||
|   minimumLapTime: number; | ||||
|   minimumLapTime?: number; | ||||
|  | ||||
|   /** | ||||
|    * Used to link scan stations to a certain track. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user