@nger/fk-upload 1.0.210 → 1.0.211
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.
- package/dist/tasks/check-task.js +1 -1
- package/package.json +1 -1
package/dist/tasks/check-task.js
CHANGED
|
@@ -104,7 +104,7 @@ class CheckTask extends rabbitmq_1.Task {
|
|
|
104
104
|
await finish(`人为关闭`);
|
|
105
105
|
return;
|
|
106
106
|
}
|
|
107
|
-
console.log({
|
|
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');
|