Fixed the cirvular import BS

ref #11
This commit is contained in:
2020-12-02 17:40:03 +01:00
parent 5bf978d32d
commit ac0ce799f9
8 changed files with 92 additions and 16 deletions

View File

@@ -40,5 +40,5 @@ export abstract class Scan {
*/
@Column()
@IsBoolean()
valid = true;
valid: boolean;
}