Skip to content

Commit 951424a

Browse files
committed
updates
1 parent 34a09ab commit 951424a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

  • .husky
  • apps/app/src/routes/_protected/connection/$resourceId/table/-components/toolbar

.husky/pre-commit

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
run-p lint format:check check-types test

apps/app/src/routes/_protected/connection/$resourceId/table/-components/toolbar/toolbar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ export function TableToolbar({ table, schema }: { table: string; schema: string
9797
const queryParams = await connectionResourceToQueryParams(connectionResource)
9898

9999
while (true) {
100-
// Sequential by design: paginated fetch — each batch depends on the previous offset
101100
// oxlint-disable-next-line no-await-in-loop
102101
const batch = await resourceRowsQuery({
103102
schema,

0 commit comments

Comments
 (0)