From e78337d9ef034b833da7e1341bb1a12d9b5de94c Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Fri, 11 Mar 2022 14:01:04 +0100 Subject: [PATCH] Update backend/src/graphql/enum/TransactionTypeId.ts Co-authored-by: Ulf Gebhardt --- backend/src/graphql/enum/TransactionTypeId.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/graphql/enum/TransactionTypeId.ts b/backend/src/graphql/enum/TransactionTypeId.ts index 38ee99cc6..ff64f3158 100644 --- a/backend/src/graphql/enum/TransactionTypeId.ts +++ b/backend/src/graphql/enum/TransactionTypeId.ts @@ -6,7 +6,7 @@ export enum TransactionTypeId { RECEIVE = 3, // This is a virtual property, never occurring on the database DECAY = 4, - TRANSACTION_LINK, + TRANSACTION_LINK = 5, } registerEnumType(TransactionTypeId, {