Skip to content

Commit b8f8f4a

Browse files
waleedlatif1claude
andcommitted
chore(audit): bump route baseline 748 → 749 after staging merge
The post-merge route count is 749 (this branch's OAuth start/callback plus staging's new route). I had set the baseline to 748 in the merge conflict resolution — bumping to match reality so the strict audit passes. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 8deaaeb commit b8f8f4a

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

0 commit comments

Comments
 (0)