Skip to content

Commit cc61cec

Browse files
committed
CCM-10893 Add routing feature flag
1 parent 3760da3 commit cc61cec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambdas/backend-client/src/schemas/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { ClientConfiguration, ClientFeatures } from '../types/generated';
55
const $ClientFeatures = schemaFor<ClientFeatures>()(
66
z.object({
77
proofing: z.boolean(),
8+
routing: z.boolean(),
89
})
910
);
1011

0 commit comments

Comments
 (0)