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