Clarified comments

ref #90
This commit is contained in:
2021-01-15 18:12:55 +01:00
parent ce31b95fb7
commit 077174a9a2
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ import { CreateDonation } from './CreateDonation';
export class CreateDistanceDonation extends CreateDonation {
/**
* The donation's associated runner.
* The donation's associated runner's id.
* This is important to link the runner's distance ran to the donation.
*/
@IsInt()