|
|
@ -363,10 +363,10 @@ export class PortfolioCalculator {
|
|
|
|
currencies,
|
|
|
|
currencies,
|
|
|
|
userCurrency: this.currency
|
|
|
|
userCurrency: this.currency
|
|
|
|
});
|
|
|
|
});
|
|
|
|
} catch (e) {
|
|
|
|
} catch (error) {
|
|
|
|
console.error(
|
|
|
|
console.error(
|
|
|
|
`failed to fetch info for date ${startDate} with exception`,
|
|
|
|
`Failed to fetch info for date ${startDate} with exception`,
|
|
|
|
e
|
|
|
|
error
|
|
|
|
);
|
|
|
|
);
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|