@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user