scheduler-node-models 1.0.11 → 1.0.12

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.11",
3
+ "version": "1.0.12",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "files": [
@@ -271,7 +271,7 @@ class ScheduleReport extends general_1.Report {
271
271
  const wd = emp.getWorkday(current);
272
272
  if (wd && wd.code !== '') {
273
273
  code = wd.code.toUpperCase();
274
- if (this.workcodes.has(wd.code)) {
274
+ if (this.styles.has(wd.code)) {
275
275
  stID = wd.code;
276
276
  }
277
277
  }