parent
99852f591e
commit
93692ec255
@ -11,7 +11,7 @@ import { UpdateDonation } from './UpdateDonation';
|
|||||||
export class UpdateDistanceDonation extends UpdateDonation {
|
export class UpdateDistanceDonation extends UpdateDonation {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
* This is important to link the runner's distance ran to the donation.
|
||||||
*/
|
*/
|
||||||
@IsInt()
|
@IsInt()
|
||||||
|
@ -16,7 +16,7 @@ export abstract class UpdateDonation {
|
|||||||
id: number;
|
id: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The updated donation's associated donor.
|
* The updated donation's associated donor's id.
|
||||||
* This is important to link donations to donors.
|
* This is important to link donations to donors.
|
||||||
*/
|
*/
|
||||||
@IsInt()
|
@IsInt()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user