Fixed first vac
This commit is contained in:
1359
package-lock.json
generated
1359
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -23,7 +23,7 @@ const data = {
|
||||
sumOfTodays += +(arr[2]);
|
||||
countDays++;
|
||||
}
|
||||
data.firstVac = +(arr[5]) || data.firstVac;
|
||||
data.firstVac = +(arr[8]) || data.firstVac;
|
||||
data.secondVac = +(arr[9]) || data.secondVac;
|
||||
}
|
||||
data.dayCount = sumOfTodays / countDays;
|
||||
|
||||
Reference in New Issue
Block a user