We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ee9e8 commit 344aee7Copy full SHA for 344aee7
packages/event-schemas/src/routing-config.ts
@@ -2,7 +2,7 @@ import { z } from 'zod';
2
import { languages } from './common';
3
4
export const $RoutingConfigEventChannel = z.enum([
5
- 'NHS_APP',
+ 'NHSAPP',
6
'EMAIL',
7
'SMS',
8
'LETTER',
0 commit comments