Cleaned up relations

ref #11
This commit is contained in:
2020-12-02 16:00:09 +01:00
parent d0a1ea3292
commit dd5f4488be
11 changed files with 0 additions and 13 deletions

View File

@@ -25,7 +25,6 @@ export class RunnerCard {
/**
* The runner that is currently associated with this card.
*/
@Column()
@IsOptional()
@ManyToOne(() => Runner, runner => runner.cards)
runner: Runner;