We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab39f5a commit 4a438f6Copy full SHA for 4a438f6
apps/webapp/app/v3/services/finalizeTaskRun.server.ts
@@ -1,4 +1,4 @@
1
-import { TaskRun, type Prisma, type TaskRunStatus } from "@trigger.dev/database";
+import { type Prisma, type TaskRun, type TaskRunStatus } from "@trigger.dev/database";
2
import { type PrismaClientOrTransaction } from "~/db.server";
3
import { marqs } from "~/v3/marqs/index.server";
4
import { BaseService } from "./baseService.server";
0 commit comments