chore: biome

This commit is contained in:
Mauricio Siu
2024-10-07 01:05:47 -06:00
parent 2b0e009f6a
commit ab5871add7
5 changed files with 7 additions and 7 deletions

View File

@@ -5,8 +5,8 @@ import { zValidator } from "@hono/zod-validator";
import { logger } from "./logger";
import { cleanQueue, getJobRepeatable, removeJob, scheduleJob } from "./queue";
import { jobQueueSchema } from "./schema";
import { firstWorker, secondWorker } from "./workers";
import { initializeJobs } from "./utils";
import { firstWorker, secondWorker } from "./workers";
const app = new Hono();