@nger/fk-upload 1.0.208 → 1.0.209

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,7 +38,7 @@ class CheckTask extends rabbitmq_1.Task {
38
38
  complete();
39
39
  return next && next();
40
40
  }
41
- if (check.status === '1') {
41
+ if (check.status === '2' || check.status === '4') {
42
42
  let job;
43
43
  this.ids.add(task.id);
44
44
  const finish = async (reson) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.208",
3
+ "version": "1.0.209",
4
4
  "description": "nger fk upload",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",