fix typo
This commit is contained in:
parent
e522722aa6
commit
602a770a09
@ -461,8 +461,8 @@ export class PortfolioCalculator {
|
|||||||
return factor;
|
return factor;
|
||||||
}
|
}
|
||||||
|
|
||||||
private addToDate(date: Date, accurany: Accuracy): Date {
|
private addToDate(date: Date, accuracy: Accuracy): Date {
|
||||||
switch (accurany) {
|
switch (accuracy) {
|
||||||
case 'day':
|
case 'day':
|
||||||
return addDays(date, 1);
|
return addDays(date, 1);
|
||||||
case 'month':
|
case 'month':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user