Skip to content

Commit 5886cd4

Browse files
eli6Copilot
andauthored
Update src/routes/readQueues.ts
Co-authored-by: Copilot <[email protected]>
1 parent a6b5bf5 commit 5886cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/readQueues.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { FastifyInstance, FastifyRequest } from "fastify";
22
import { QueueService } from "../services/QueueService";
33
import { AddJobBody, BaseJob } from "../schemas/types";
44
import { error404ResponseSchema, queueAddJobResponseSchema, queueJobResponseSchema, queueResponseSchema, queueStatsResponseSchema } from "../schemas/response";
5-
import { JOB_STATUS, STATUS, QUEUE_NAMES } from "../lib/bullmq";
5+
import { STATUS, QUEUE_NAMES } from "../lib/bullmq";
66
import { JobType } from "bullmq";
77
import { addQueueJobBodySchema, readQueueJobPathParamsSchema, readQueuePathParamsSchema, readQueueQueryStringSchema, readQueueStatsQueryStringSchema } from "../schemas/request";
88

0 commit comments

Comments
 (0)