fixed all lint errors
This commit is contained in:
parent
519d24722e
commit
26d9b9ab3f
23 changed files with 63 additions and 43 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { createCache, type CacheProvider, type CacheStats } from '@stock-bot/cache';
|
||||
import type { RedisConfig } from './types';
|
||||
import { getServiceConfig, type ServiceConfig } from './service-registry';
|
||||
import { getServiceConfig } from './service-registry';
|
||||
|
||||
/**
|
||||
* Service-aware cache that uses the service's Redis DB
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
import { Queue as BullQueue, type Job } from 'bullmq';
|
||||
import IoRedis from 'ioredis';
|
||||
import { handlerRegistry } from '@stock-bot/types';
|
||||
import { getLogger, type Logger } from '@stock-bot/logger';
|
||||
import { QueueManager } from './queue-manager';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue