|
@ -187,7 +187,8 @@ export class DataGatheringService { |
|
|
public async getCustomSymbolsToGather( |
|
|
public async getCustomSymbolsToGather( |
|
|
startDate?: Date |
|
|
startDate?: Date |
|
|
): Promise<IDataGatheringItem[]> { |
|
|
): Promise<IDataGatheringItem[]> { |
|
|
const scraperConfigurations = await this.ghostfolioScraperApi.getScraperConfigurations(); |
|
|
const scraperConfigurations = |
|
|
|
|
|
await this.ghostfolioScraperApi.getScraperConfigurations(); |
|
|
|
|
|
|
|
|
return scraperConfigurations.map((scraperConfiguration) => { |
|
|
return scraperConfigurations.map((scraperConfiguration) => { |
|
|
return { |
|
|
return { |
|
|