@nger/fk-upload 1.0.31 → 1.0.32

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.
@@ -60,8 +60,8 @@ let TaskService = class TaskService {
60
60
  this.redis.set(filename, `0`);
61
61
  }
62
62
  async addEffectTask(task) {
63
- const content = Buffer.from(JSON.stringify(task));
64
- await this.rabbit.send('@nger/fk-upload/effect-task', content);
63
+ // const content = Buffer.from(JSON.stringify(task));
64
+ // await this.rabbit.send('@nger/fk-upload/effect-task', content)
65
65
  }
66
66
  async addScheduleTask(task) {
67
67
  const content = Buffer.from(JSON.stringify(task));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "",
5
5
  "main": "dist/core.js",
6
6
  "types": "dist/core.d.ts",