@nger/fk-upload 1.0.210 → 1.0.211

Sign up to get free protection for your applications and to get access to all the features.
@@ -104,7 +104,7 @@ class CheckTask extends rabbitmq_1.Task {
104
104
  await finish(`人为关闭`);
105
105
  return;
106
106
  }
107
- console.log({ time, from, to, id, status: runtimeCheck.status });
107
+ console.log(`${time}-${runtimeCheck.status}-${runtimeCheck.type}`);
108
108
  if (type === 'create_download') {
109
109
  const now = new Date().getTime() - 1000 * 60 * 60 * 24 * 8;
110
110
  (0, date_fns_1.format)(now, 'yyyy');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.210",
3
+ "version": "1.0.211",
4
4
  "description": "nger fk upload",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",