[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-03-03 07:05:09 +00:00
committed by GitHub
parent 08c9113405
commit 7599565e73
3 changed files with 19 additions and 17 deletions

View File

@@ -28,10 +28,7 @@ import {
server,
} from "@/server/db/schema";
import { myQueue } from "@/server/queues/queueSetup";
import {
fetchDeployApiJobs,
type QueueJobRow,
} from "@/server/utils/deploy";
import { fetchDeployApiJobs, type QueueJobRow } from "@/server/utils/deploy";
import { createTRPCRouter, protectedProcedure } from "../trpc";
export const deploymentRouter = createTRPCRouter({