Fixed first vac

This commit is contained in:
Sebastian Seedorf
2021-04-18 11:47:03 +02:00
parent a1df114a5a
commit 47179a0233
2 changed files with 3 additions and 1360 deletions

1359
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,7 +23,7 @@ const data = {
sumOfTodays += +(arr[2]); sumOfTodays += +(arr[2]);
countDays++; countDays++;
} }
data.firstVac = +(arr[5]) || data.firstVac; data.firstVac = +(arr[8]) || data.firstVac;
data.secondVac = +(arr[9]) || data.secondVac; data.secondVac = +(arr[9]) || data.secondVac;
} }
data.dayCount = sumOfTodays / countDays; data.dayCount = sumOfTodays / countDays;