latest work #20

Merged
philipp merged 233 commits from dev into main 2020-12-09 18:49:33 +00:00
Showing only changes of commit daea0568a8 - Show all commits

View File

@ -29,9 +29,8 @@ export abstract class Donation {
/**
* The donation's amount in cents (or whatever your currency's smallest unit is.).
* The exact implementation may differ for each type of donation.
*/
@Column()
@IsInt()
@IsPositive()
amount: number;
}