Update backend/src/graphql/enum/TransactionTypeId.ts

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
Moriz Wahl 2022-03-11 14:01:04 +01:00 committed by GitHub
parent d62862fab8
commit e78337d9ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ export enum TransactionTypeId {
RECEIVE = 3, RECEIVE = 3,
// This is a virtual property, never occurring on the database // This is a virtual property, never occurring on the database
DECAY = 4, DECAY = 4,
TRANSACTION_LINK, TRANSACTION_LINK = 5,
} }
registerEnumType(TransactionTypeId, { registerEnumType(TransactionTypeId, {