@nger/fk-upload 1.0.16 → 1.0.17

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.
@@ -101,7 +101,6 @@ let TaskService = class TaskService {
101
101
  else {
102
102
  if (reply) {
103
103
  const setting = JSON.parse(reply);
104
- console.log(task);
105
104
  if (task.name === setting.name) {
106
105
  this.schedule.scheduleJob(task.name, task.rule, async (time) => {
107
106
  const accounts = await this.db.manager.find(entities_1.FkLoginEntity, {});
@@ -123,6 +122,7 @@ let TaskService = class TaskService {
123
122
  }
124
123
  });
125
124
  });
125
+ complete();
126
126
  }
127
127
  else {
128
128
  complete();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "",
5
5
  "main": "dist/core.js",
6
6
  "types": "dist/core.d.ts",