New Feature: Donor endpoints feature/65-donor_controllers #69

Merged
niggl merged 30 commits from feature/65-donor_controllers into dev 2021-01-02 21:06:11 +00:00
Showing only changes of commit 9b5d16ae92 - Show all commits

View File

@ -81,6 +81,7 @@ export class Address {
@OneToMany(() => Participant, participant => participant.address, { nullable: true }) @OneToMany(() => Participant, participant => participant.address, { nullable: true })
participants: Participant[]; participants: Participant[];
//TODO: #68
// /** // /**
// * Used to link the address to runner groups. // * Used to link the address to runner groups.
// */ // */