parent
ce31b95fb7
commit
077174a9a2
@ -11,7 +11,7 @@ import { CreateDonation } from './CreateDonation';
|
|||||||
export class CreateDistanceDonation extends 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.
|
* This is important to link the runner's distance ran to the donation.
|
||||||
*/
|
*/
|
||||||
@IsInt()
|
@IsInt()
|
||||||
|
@ -9,7 +9,7 @@ import { Donor } from '../../entities/Donor';
|
|||||||
*/
|
*/
|
||||||
export abstract class CreateDonation {
|
export abstract class CreateDonation {
|
||||||
/**
|
/**
|
||||||
* The donation's associated donor.
|
* The 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