Skip to content

Commit 344aee7

Browse files
CCM-11976: Change channel name formatting
1 parent f2ee9e8 commit 344aee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/event-schemas/src/routing-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { z } from 'zod';
22
import { languages } from './common';
33

44
export const $RoutingConfigEventChannel = z.enum([
5-
'NHS_APP',
5+
'NHSAPP',
66
'EMAIL',
77
'SMS',
88
'LETTER',

0 commit comments

Comments
 (0)