Skip to content

Commit 335e3d6

Browse files
d-csclaude
andcommitted
chore(run-ops): fix lint/format for main lint rules
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent db4dab3 commit 335e3d6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

apps/webapp/test/v3/runOpsMigration/runOpsCascadeCleanup.server.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ const SUBGRAPH_TABLES = [
2020
"batchTaskRun",
2121
] as const;
2222

23-
// Control-plane-resident model: exists ONLY in @trigger.dev/database, NOT in the run-ops subset.
24-
// Seeded + counted only against the control-plane writer.
25-
const CONTROL_PLANE_TABLES = ["bulkActionItem"] as const;
26-
2723
type SubgraphTable = (typeof SUBGRAPH_TABLES)[number];
28-
type ControlPlaneTable = (typeof CONTROL_PLANE_TABLES)[number];
2924

3025
let seedCounter = 0;
3126

0 commit comments

Comments
 (0)