Adjusted return type, since async is no longer needed here (thanks to db relations)
ref #56
This commit is contained in:
parent
ded14b1b3b
commit
bdd4f705be
@ -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<number>;
|
||||
abstract amount: number;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user