diff --git a/src/models/entities/Address.ts b/src/models/entities/Address.ts index bd3cd32..afa10da 100644 --- a/src/models/entities/Address.ts +++ b/src/models/entities/Address.ts @@ -81,6 +81,7 @@ export class Address { @OneToMany(() => Participant, participant => participant.address, { nullable: true }) participants: Participant[]; + //TODO: #68 // /** // * Used to link the address to runner groups. // */