@@ -38,10 +38,10 @@ export class ResponseSelfServiceRunner extends ResponseParticipant implements IR
 | 
				
			|||||||
    group: string;
 | 
					    group: string;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * The runner's associated donations.
 | 
					     * The runner's associated distance donations.
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    @IsString()
 | 
					    @IsString()
 | 
				
			||||||
    donations: ResponseSelfServiceDonation[]
 | 
					    distanceDonations: ResponseSelfServiceDonation[]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * The runner's self-service jwt for auth.
 | 
					     * The runner's self-service jwt for auth.
 | 
				
			||||||
@@ -60,7 +60,7 @@ export class ResponseSelfServiceRunner extends ResponseParticipant implements IR
 | 
				
			|||||||
        this.distance = runner.distance;
 | 
					        this.distance = runner.distance;
 | 
				
			||||||
        this.donationAmount = runner.distanceDonationAmount;
 | 
					        this.donationAmount = runner.distanceDonationAmount;
 | 
				
			||||||
        this.group = this.getTeamString(runner.group);
 | 
					        this.group = this.getTeamString(runner.group);
 | 
				
			||||||
        this.donations = this.getDonations(runner.distanceDonations);
 | 
					        this.distanceDonations = this.getDonations(runner.distanceDonations);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user