From 727634fd3e8d89f893b3a7c954aed2d03e4d06f9 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Fri, 17 Feb 2023 18:21:18 +0100 Subject: [PATCH] Do not skip MANUAL data source --- apps/api/src/services/data-gathering.service.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/api/src/services/data-gathering.service.ts b/apps/api/src/services/data-gathering.service.ts index 6e8ceb808..236016579 100644 --- a/apps/api/src/services/data-gathering.service.ts +++ b/apps/api/src/services/data-gathering.service.ts @@ -207,10 +207,6 @@ export class DataGatheringService { public async gatherSymbols(aSymbolsWithStartDate: IDataGatheringItem[]) { for (const { dataSource, date, symbol } of aSymbolsWithStartDate) { - if (dataSource === 'MANUAL') { - continue; - } - await this.addJobToQueue( GATHER_HISTORICAL_MARKET_DATA_PROCESS, {