mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
delete value NONE from enum
This commit is contained in:
parent
605a6757a3
commit
fd352602ec
@ -1,7 +1,6 @@
|
|||||||
import { registerEnumType } from 'type-graphql'
|
import { registerEnumType } from 'type-graphql'
|
||||||
|
|
||||||
export enum ContributionCycleType {
|
export enum ContributionCycleType {
|
||||||
NONE = 'none',
|
|
||||||
ONCE = 'once',
|
ONCE = 'once',
|
||||||
HOUR = 'hour',
|
HOUR = 'hour',
|
||||||
TWO_HOURS = 'two_hours',
|
TWO_HOURS = 'two_hours',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user