Fix TS errors: relax bullmq import typing, adjust job loader, and cast chart mock as any

This commit is contained in:
2026-05-16 14:39:00 +02:00
parent 31503624f6
commit ceb664f56c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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";