@nger/fk-upload 1.0.209 → 1.0.210

Sign up to get free protection for your applications and to get access to all the features.
@@ -187,6 +187,7 @@ FkCheckTask = FkCheckTask_1 = tslib_1.__decorate([
187
187
  message: 'no fount'
188
188
  };
189
189
  }
190
+ await db.manager.update(FkCheckTask_1, config.id, { status: '2' });
190
191
  const check = injector.get(check_service_1.CheckService);
191
192
  await check.start(config.id, item.status, '3');
192
193
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.209",
3
+ "version": "1.0.210",
4
4
  "description": "nger fk upload",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",