fixed deps

This commit is contained in:
Boki 2025-06-23 19:47:01 -04:00
parent 24768446f5
commit 947b1d748d
14 changed files with 166 additions and 257 deletions

View file

@ -1,12 +1,15 @@
import type { Collection } from 'mongodb';
import { getLogger } from '@stock-bot/logger';
import type { HandlerConfigWithSchedule } from '@stock-bot/types';
import type {
HandlerConfigWithSchedule,
IServiceContainer,
ExecutionContext,
IHandler
} from '@stock-bot/types';
import { fetch } from '@stock-bot/utils';
import { createNamespacedCache } from '@stock-bot/cache';
import type { IServiceContainer } from '@stock-bot/types';
import { handlerRegistry } from '../registry/handler-registry';
import { createJobHandler } from '../utils/create-job-handler';
import type { ExecutionContext, IHandler } from '../types/types';
/**
* Job scheduling options