@nger/fk-upload 1.0.197 → 1.0.198

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,6 +42,10 @@ class EffectTask extends rabbitmq_1.Task {
42
42
  }
43
43
  const w7 = injector.get(w7_1.W7DataSource);
44
44
  let uploadUrl = task.uploadUrl;
45
+ if (!(uploadUrl && uploadUrl.length > 0)) {
46
+ await complete();
47
+ return next && next();
48
+ }
45
49
  if (uploadUrl.includes('s21i.faiusr.com')) {
46
50
  uploadUrl = uploadUrl.replace('s21i.faiusr.com', 's21v.faiusr.com');
47
51
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.197",
3
+ "version": "1.0.198",
4
4
  "description": "nger fk upload",
5
5
  "main": "dist/electon.js",
6
6
  "types": "dist/core.d.ts",