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, {