Skip to content

Commit 86c7d26

Browse files
chore(api): bump route-count baseline to 981 after staging merge
1 parent 7614635 commit 86c7d26

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: 979,
13-
zodRoutes: 979,
12+
totalRoutes: 981,
13+
zodRoutes: 981,
1414
nonZodRoutes: 0,
1515
} as const
1616

0 commit comments

Comments
 (0)