| @@ -21,7 +21,7 @@ export class CreateTrack { | ||||
|     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. | ||||
|      */ | ||||
|     @IsInt() | ||||
|   | ||||
| @@ -25,7 +25,7 @@ export class UpdateTrack { | ||||
|     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. | ||||
|      */ | ||||
|     @IsInt() | ||||
|   | ||||
| @@ -40,7 +40,7 @@ export class Track { | ||||
|   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. | ||||
|    */ | ||||
|   @Column({ nullable: true }) | ||||
|   | ||||
| @@ -25,7 +25,7 @@ export class ResponseTrack { | ||||
|     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. | ||||
|      */ | ||||
|     @IsInt() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user