Thomas
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/api/src/services/data-gathering.service.ts
|
@ -267,7 +267,7 @@ export class DataGatheringService { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private async getSymbolsMax() { |
|
|
private async getSymbolsMax() { |
|
|
const startDate = new Date(getUtc('2000-01-01')); |
|
|
const startDate = new Date(getUtc('2015-01-01')); |
|
|
|
|
|
|
|
|
const customSymbolsToGather = await this.getCustomSymbolsToGather( |
|
|
const customSymbolsToGather = await this.getCustomSymbolsToGather( |
|
|
startDate |
|
|
startDate |
|
|