Skip to content

Commit c7dab39

Browse files
committed
chore(ci): bump api-validation route baseline to 717
PR #4373 added apps/sim/app/api/table/[tableId]/export/route.ts but didn't update the audit baseline, so unrelated PRs fail check:api-validation:strict. Bump baseline to match current route count.
1 parent b152392 commit c7dab39

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

0 commit comments

Comments
 (0)