Fix TS errors: relax bullmq import typing, adjust job loader, and cast chart mock as any
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
import pkg from "bullmq";
|
||||
const { Queue, Worker, QueueScheduler } = pkg;
|
||||
const { Queue, Worker, QueueScheduler } = pkg as any;
|
||||
import IORedis from "ioredis";
|
||||
import { OpenRouterClient } from "./openrouter";
|
||||
import { TradingGraph } from "../agents/tradingGraph";
|
||||
|
||||
Reference in New Issue
Block a user