Browse Source

Do not skip MANUAL data source

pull/1732/head
Thomas 3 years ago
parent
commit
fc5a9257a4
  1. 10
      apps/api/src/services/data-gathering.service.ts

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

Loading…
Cancel
Save