fixed error

This commit is contained in:
Boki 2025-06-23 22:59:35 -04:00
parent 969cbad7ac
commit 547dd0ae54

View file

@ -5,7 +5,6 @@
import type { Browser } from '@stock-bot/browser';
import type { CacheProvider } from '@stock-bot/cache';
import type { BaseAppConfig as StockBotAppConfig } from '@stock-bot/config';
import type { IServiceContainer } from '@stock-bot/types';
import type { Logger } from '@stock-bot/logger';
import type { MongoDBClient } from '@stock-bot/mongodb';