diff --git a/src/models/entities/Donation.ts b/src/models/entities/Donation.ts index 100f0bb..3ddc272 100644 --- a/src/models/entities/Donation.ts +++ b/src/models/entities/Donation.ts @@ -31,5 +31,5 @@ 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. */ - abstract amount: number | Promise; + abstract amount: number; } \ No newline at end of file