From 9b5d16ae92045580a748c820d0af64950cf2fdfd Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 2 Jan 2021 19:39:02 +0100 Subject: [PATCH] Added todo relateing to the bugfix issue ref #65 #68 --- src/models/entities/Address.ts | 1 + 1 file changed, 1 insertion(+) 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. // */