|
@ -72,7 +72,7 @@ export class CurrentRateService { |
|
|
} |
|
|
} |
|
|
if (result.length == 1) { |
|
|
if (result.length == 1) { |
|
|
// getValues result of size 1 ("today only") means historical data is not
|
|
|
// getValues result of size 1 ("today only") means historical data is not
|
|
|
// synchromized. Queue up sync so that a refresh would pull more historical data.
|
|
|
// synchronized. Queue up sync so that a refresh would pull more historical data.
|
|
|
this.dataGatheringService.gather7Days(); |
|
|
this.dataGatheringService.gather7Days(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|