Release 0.11.0 #195

Merged
niggl merged 22 commits from dev into main 2021-04-14 17:04:31 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 8fe3243693 - Show all commits

View File

@ -32,6 +32,7 @@ export class UpdateDistanceDonation extends UpdateDonation {
*/
public async update(donation: DistanceDonation): Promise<DistanceDonation> {
donation.amountPerDistance = this.amountPerDistance;
donation.payedAmount = this.payedAmount;
donation.donor = await this.getDonor();
donation.runner = await this.getRunner();