Skip to content

Commit df0cd8b

Browse files
committed
chore(webapp): drop unused exports flagged by knip
RUN_COLUMN_IDS, STANDARD_COLUMNS, SMART_COLUMN_SOURCES, smartColumnRef and RunColumnGate are only used within runColumns.ts, so un-export them to satisfy the knip check. The externally-consumed RunColumnId/SmartColumnSource types stay exported.
1 parent 909c795 commit df0cd8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/components/runs/v3/runColumns.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { Prisma } from "@trigger.dev/database";
77
*
88
* The order of `RUN_COLUMN_IDS`/`STANDARD_COLUMNS` is the default column order.
99
*/
10-
export const RUN_COLUMN_IDS = [
10+
const RUN_COLUMN_IDS = [
1111
"id",
1212
"task",
1313
"status",

0 commit comments

Comments
 (0)