mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove unused TransactionType enumerator to raise coverage
This commit is contained in:
parent
e7b27a32ee
commit
b959a64e77
@ -1,12 +0,0 @@
|
|||||||
import { registerEnumType } from 'type-graphql'
|
|
||||||
|
|
||||||
export enum TransactionType {
|
|
||||||
CREATION = 'creation',
|
|
||||||
SEND = 'send',
|
|
||||||
RECIEVE = 'receive',
|
|
||||||
}
|
|
||||||
|
|
||||||
registerEnumType(TransactionType, {
|
|
||||||
name: 'TransactionType', // this one is mandatory
|
|
||||||
description: 'Name of the Type of the transaction', // this one is optional
|
|
||||||
})
|
|
||||||
Loading…
x
Reference in New Issue
Block a user