@nger/fk-upload 1.0.159 → 1.0.160

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.
@@ -36,7 +36,7 @@ class ScheduleTask extends rabbitmq_1.Task {
36
36
  const year = now.getFullYear();
37
37
  const month = now.getMonth();
38
38
  const day = now.getDate();
39
- const date = new Date(`${year}-${month}-${day}`);
39
+ const date = new Date(`${year}-${month + 1}-${day}`);
40
40
  const nowTime = Math.floor(date.getTime() / 1000);
41
41
  const where = {
42
42
  uniacid: (0, typeorm_2.In)(uniacids),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.159",
3
+ "version": "1.0.160",
4
4
  "description": "",
5
5
  "main": "dist/core.js",
6
6
  "types": "dist/core.d.ts",