diff --git a/app/lib/queue.ts b/app/lib/queue.ts index 4a2552c..ab554fb 100644 --- a/app/lib/queue.ts +++ b/app/lib/queue.ts @@ -1,4 +1,5 @@ -import { Queue, Worker, QueueScheduler } from "bullmq"; +import pkg from "bullmq"; +const { Queue, Worker, QueueScheduler } = pkg; import IORedis from "ioredis"; import { OpenRouterClient } from "./openrouter"; import { TradingGraph } from "../agents/tradingGraph";