diff --git a/apps/data-ingestion/src/handlers/ceo/ceo.handler.ts b/apps/data-ingestion/src/handlers/ceo/ceo.handler.ts index d67f907..0d27587 100644 --- a/apps/data-ingestion/src/handlers/ceo/ceo.handler.ts +++ b/apps/data-ingestion/src/handlers/ceo/ceo.handler.ts @@ -7,8 +7,6 @@ import { type IServiceContainer } from '@stock-bot/handlers'; import { getRandomUserAgent } from '@stock-bot/utils'; - - @Handler('ceo') @Disabled()