|
@ -249,11 +249,6 @@ export class DataGatheringService { |
|
|
}, |
|
|
}, |
|
|
scraperConfiguration: true, |
|
|
scraperConfiguration: true, |
|
|
symbol: true |
|
|
symbol: true |
|
|
}, |
|
|
|
|
|
where: { |
|
|
|
|
|
dataSource: { |
|
|
|
|
|
not: 'MANUAL' |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
).map((symbolProfile) => { |
|
|
).map((symbolProfile) => { |
|
@ -295,11 +290,6 @@ export class DataGatheringService { |
|
|
dataSource: true, |
|
|
dataSource: true, |
|
|
scraperConfiguration: true, |
|
|
scraperConfiguration: true, |
|
|
symbol: true |
|
|
symbol: true |
|
|
}, |
|
|
|
|
|
where: { |
|
|
|
|
|
dataSource: { |
|
|
|
|
|
not: 'MANUAL' |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|