Clarified comments

ref #90
This commit is contained in:
2021-01-15 18:22:26 +01:00
parent c05834f2a1
commit b89525746d
3 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ export class CreateScanStation {
description?: string;
/**
* The station's associated track.
* The station's associated track's id.
*/
@IsInt()
@IsPositive()