Added defaults back in

This commit is contained in:
2020-12-02 18:05:18 +01:00
parent ac0ce799f9
commit 932e782a14
4 changed files with 8 additions and 5 deletions

View File

@@ -42,10 +42,11 @@ export class RunnerCard {
/**
* Is the card enabled (for fraud reasons)?
* Default: true
*/
@Column()
@IsBoolean()
enabled: boolean;
enabled: boolean = true;
/**
* Used to link cards to a track scans.