Fixed wrong type
This commit is contained in:
@@ -22,5 +22,5 @@ export class Track {
|
||||
@Column()
|
||||
@IsInt()
|
||||
@IsPositive()
|
||||
length: string;
|
||||
length: number;
|
||||
}
|
||||
|
Reference in New Issue
Block a user