Skip to content

Commit ef3f144

Browse files
committed
chore(ci): reconcile api-validation baseline after the staging merge
The merge commit auto-merged the baseline at 1000; bump totalRoutes/zodRoutes to 1003 for staging's three new contract-bound routes (nonZodRoutes still 0).
1 parent c211cb8 commit ef3f144

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/check-api-validation-contracts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const QUERY_HOOKS_DIR = path.join(ROOT, 'apps/sim/hooks/queries')
99
const SELECTOR_HOOKS_DIR = path.join(ROOT, 'apps/sim/hooks/selectors')
1010

1111
const BASELINE = {
12-
totalRoutes: 1000,
13-
zodRoutes: 1000,
12+
totalRoutes: 1003,
13+
zodRoutes: 1003,
1414
nonZodRoutes: 0,
1515
} as const
1616

0 commit comments

Comments
 (0)