From 5318158e591572d5a3a2cc57ff85293c4e050d43 Mon Sep 17 00:00:00 2001 From: Boki Date: Sun, 22 Jun 2025 16:11:07 -0400 Subject: [PATCH] cleanup --- apps/data-ingestion/src/handlers/ceo/ceo.handler.ts | 2 -- 1 file changed, 2 deletions(-) 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()