Skip to content

Commit a7bc6ea

Browse files
chore(tables): lint formatting
1 parent 08c8f3a commit a7bc6ea

3 files changed

Lines changed: 401 additions & 1257 deletions

File tree

apps/sim/hooks/queries/tables.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,8 @@ export function useRunColumn({ workspaceId, tableId }: RowMutationContext) {
14301430
// position. We can't predict that set client-side, so optimistic stamping
14311431
// is skipped — the dispatcher's real pending stamps (cell SSE) drive the
14321432
// UI within the first window.
1433-
if (limit) return { snapshots: undefined, runStateSnapshot: undefined, didBumpRunState: false }
1433+
if (limit)
1434+
return { snapshots: undefined, runStateSnapshot: undefined, didBumpRunState: false }
14341435
const targetRowIds = rowIds && rowIds.length > 0 ? new Set(rowIds) : null
14351436
const targetGroupIds = new Set(groupIds)
14361437
const groups =

0 commit comments

Comments
 (0)