Added todo relateing to the bugfix issue
continuous-integration/drone/pr Build is passing Details

ref #65 #68
This commit is contained in:
Nicolai Ort 2021-01-02 19:39:02 +01:00
parent deb13674b2
commit 9b5d16ae92
1 changed files with 1 additions and 0 deletions

View File

@ -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.
// */