parent
1a0573e0d0
commit
f378b0651a
@ -21,7 +21,7 @@ export class CreateTrack {
|
|||||||
distance: number;
|
distance: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The minimum time a runner should take to run a lap on this track.
|
* The minimum time a runner should take to run a lap on this track (in seconds).
|
||||||
* Will be used for fraud detection.
|
* Will be used for fraud detection.
|
||||||
*/
|
*/
|
||||||
@IsInt()
|
@IsInt()
|
||||||
|
@ -25,7 +25,7 @@ export class UpdateTrack {
|
|||||||
distance: number;
|
distance: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The minimum time a runner should take to run a lap on this track.
|
* The minimum time a runner should take to run a lap on this track (in seconds).
|
||||||
* Will be used for fraud detection.
|
* Will be used for fraud detection.
|
||||||
*/
|
*/
|
||||||
@IsInt()
|
@IsInt()
|
||||||
|
@ -40,7 +40,7 @@ export class Track {
|
|||||||
distance: number;
|
distance: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The minimum time a runner should take to run a lap on this track.
|
* The minimum time a runner should take to run a lap on this track (in seconds).
|
||||||
* Will be used for fraud detection.
|
* Will be used for fraud detection.
|
||||||
*/
|
*/
|
||||||
@Column({ nullable: true })
|
@Column({ nullable: true })
|
||||||
|
@ -25,7 +25,7 @@ export class ResponseTrack {
|
|||||||
distance: number;
|
distance: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The minimum time a runner should take to run a lap on this track.
|
* The minimum time a runner should take to run a lap on this track (in seconds).
|
||||||
* Will be used for fraud detection.
|
* Will be used for fraud detection.
|
||||||
*/
|
*/
|
||||||
@IsInt()
|
@IsInt()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user