delete value NONE from enum

This commit is contained in:
Claus-Peter Hübner 2022-06-08 21:33:26 +02:00
parent 605a6757a3
commit fd352602ec

View File

@ -1,7 +1,6 @@
import { registerEnumType } from 'type-graphql'
export enum ContributionCycleType {
NONE = 'none',
ONCE = 'once',
HOUR = 'hour',
TWO_HOURS = 'two_hours',