Skip to content

Commit 81f4c2d

Browse files
committed
format, lint
1 parent c9c208c commit 81f4c2d

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

apps/webapp/app/routes/api.v1.bulk-actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { json } from "@remix-run/server-runtime";
22
import { CreateBulkActionRequestBody, type QueueTypeName } from "@trigger.dev/core/v3";
3-
import { z } from "zod";
3+
import type { z } from "zod";
44
import {
55
ApiBulkActionListSearchParams,
66
ApiBulkActionPresenter,

packages/core/src/v3/apiClient/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ import {
120120
runShapeStream,
121121
type SSEStreamPart,
122122
} from "./runStream.js";
123-
import {
123+
import type {
124124
CreateBulkActionOptions,
125125
CreateEnvironmentVariableParams,
126126
ImportEnvironmentVariablesParams,

packages/trigger-sdk/src/v3/runs.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ import type {
1919
AsyncIterableStream,
2020
ApiPromise,
2121
RealtimeRunSkipColumns,
22-
} from "@trigger.dev/core/v3";
23-
import {
2422
AbortBulkActionResponseBody,
2523
BulkActionObject,
2624
CanceledRunResponse,

0 commit comments

Comments
 (0)