scheduler-node-models 1.0.10 → 1.0.11

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.10",
3
+ "version": "1.0.11",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "files": [
@@ -281,7 +281,7 @@ class ScheduleReport extends general_1.Report {
281
281
  }
282
282
  }
283
283
  style = this.styles.get(stID);
284
- console.log(style);
284
+ console.log(stID);
285
285
  const cellID = this.getCellID(current.getDate(), row);
286
286
  this.setCell(sheet, cellID, cellID, style, code);
287
287
  current = new Date(current.getTime() + (24 * 3600000));