mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-01 03:55:22 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user