Minimum lap times for tracks feature/71-track_times #72

Merged
niggl merged 14 commits from feature/71-track_times into dev 2021-01-03 17:18:03 +00:00
Showing only changes of commit 907259bf73 - Show all commits

View File

@ -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.