From 3a5999ffe5486f4b89015769785383aca22f55ef Mon Sep 17 00:00:00 2001 From: elweyn Date: Tue, 30 Nov 2021 10:11:28 +0100 Subject: [PATCH] Change note to memo. --- backend/src/graphql/model/PendingCreation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/graphql/model/PendingCreation.ts b/backend/src/graphql/model/PendingCreation.ts index aa12bd94b..f1087ea0b 100644 --- a/backend/src/graphql/model/PendingCreation.ts +++ b/backend/src/graphql/model/PendingCreation.ts @@ -21,7 +21,7 @@ export class PendingCreation { date: Date @Field(() => String) - note: string + memo: string @Field(() => Number) amount: BigInt