scheduler-models 1.5.24 → 1.5.26

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-models",
3
- "version": "1.5.24",
3
+ "version": "1.5.26",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -828,7 +828,7 @@ class Employee {
828
828
  && current.getTime() <= labor.endDate.getTime()) {
829
829
  const wd = this.getWorkday(current);
830
830
  if (this.id === '686ee97945f7c30563e76d22') {
831
- const Jun1 = new Date(Date.UTC(2027, 5, 1));
831
+ const Jun1 = new Date(Date.UTC(2026, 5, 1));
832
832
  if (start.getTime() >= Jun1.getTime()) {
833
833
  console.log(`${current} - ${JSON.stringify(wd)}`);
834
834
  }