@nger/fk-upload 1.0.209 → 1.0.210

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.
@@ -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",