Alpha Release 0.0.7 #73

Merged
niggl merged 74 commits from dev into main 2021-01-03 17:22:28 +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.