From fc5a9257a4418cc6a8b76e94b39a222073a27b45 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:11:16 +0100 Subject: [PATCH] Do not skip MANUAL data source --- apps/api/src/services/data-gathering.service.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/apps/api/src/services/data-gathering.service.ts b/apps/api/src/services/data-gathering.service.ts index 236016579..d3843456d 100644 --- a/apps/api/src/services/data-gathering.service.ts +++ b/apps/api/src/services/data-gathering.service.ts @@ -249,11 +249,6 @@ export class DataGatheringService { }, scraperConfiguration: true, symbol: true - }, - where: { - dataSource: { - not: 'MANUAL' - } } }) ).map((symbolProfile) => { @@ -295,11 +290,6 @@ export class DataGatheringService { dataSource: true, scraperConfiguration: true, symbol: true - }, - where: { - dataSource: { - not: 'MANUAL' - } } });