There was an error while loading. Please reload this page.
1 parent 5393ee3 commit 2d9ed10Copy full SHA for 2d9ed10
1 file changed
scripts/check-api-validation-contracts.ts
@@ -9,8 +9,8 @@ const QUERY_HOOKS_DIR = path.join(ROOT, 'apps/sim/hooks/queries')
9
const SELECTOR_HOOKS_DIR = path.join(ROOT, 'apps/sim/hooks/selectors')
10
11
const BASELINE = {
12
- totalRoutes: 1119,
13
- zodRoutes: 1119,
+ totalRoutes: 1120,
+ zodRoutes: 1120,
14
nonZodRoutes: 0,
15
} as const
16
0 commit comments