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' - } } });