Alpha Release 0.0.7 #73

Merged
niggl merged 74 commits from dev into main 2021-01-03 17:22:28 +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 })
participants: Participant[];
//TODO: #68
// /**
// * Used to link the address to runner groups.
// */