scheduler-node-models 1.0.142 → 1.0.143

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scheduler-node-models",
3
- "version": "1.0.142",
3
+ "version": "1.0.143",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -430,7 +430,7 @@ class LeaveReport extends general_1.Report {
430
430
  if (!found && prd.addLeave(lv)) {
431
431
  found = true;
432
432
  month.periods[p] = prd;
433
- console.log(prd.end);
433
+ console.log(`${prd.start} - ${prd.end}`);
434
434
  }
435
435
  });
436
436
  if (!found) {