Skip to content

Commit 5403cce

Browse files
committed
Rename OrganizationType.TranslationOrganization -> Translation
1 parent c647ee6 commit 5403cce

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/components/organization/dto/organization-type.dto.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ export type OrganizationType = EnumType<typeof OrganizationType>;
88
export const OrganizationType = makeEnum({
99
name: 'OrganizationType',
1010
description: 'The type of organization',
11-
values: [
12-
'Church',
13-
'Parachurch',
14-
'Mission',
15-
'TranslationOrganization',
16-
'Alliance',
17-
],
11+
values: ['Church', 'Parachurch', 'Mission', 'Translation', 'Alliance'],
1812
});
1913

2014
@ObjectType({

0 commit comments

Comments
 (0)