@nger/fk-upload 1.0.22 → 1.0.23

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.
@@ -205,6 +205,7 @@ let TaskService = class TaskService {
205
205
  const downUrl = data.fullDownUrl;
206
206
  if (downUrl) {
207
207
  const fullUrl = downUrl.startsWith('http') ? downUrl : `https://` + downUrl;
208
+ console.log(fullUrl);
208
209
  this.redis.del(task.filename);
209
210
  this.ws.send({
210
211
  action: `@nger/fk-upload/uploading`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "",
5
5
  "main": "dist/core.js",
6
6
  "types": "dist/core.d.ts",