latest work #20

Merged
philipp merged 233 commits from dev into main 2020-12-09 18:49:33 +00:00
Showing only changes of commit df3715d8d6 - Show all commits

View File

@ -30,8 +30,7 @@ export abstract class Scan {
/** /**
* The scan's distance in meters. * The scan's distance in meters.
*/ */
@Column()
@IsInt() @IsInt()
@IsPositive() @IsPositive()
distance: number; abstract distance: number;
} }