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

@@ -1,7 +1,7 @@
import { Queue, type RepeatableJob } from "bullmq";
import IORedis from "ioredis";
import { logger } from "./logger";
import type { QueueJob } from "./schema";
import IORedis from "ioredis";
export const connection = new IORedis(process.env.REDIS_URL || "", {
maxRetriesPerRequest: null,