@nger/fk-upload 1.0.107 → 1.0.108
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.
@@ -107,7 +107,7 @@ let CheckUploadController = class CheckUploadController {
|
|
107
107
|
const item = new rabbitmq_1.TaskEntity();
|
108
108
|
item.topic = actions_1.CHECK_ACTION;
|
109
109
|
item.data = { filename: finish.filename };
|
110
|
-
this.manager.send(item);
|
110
|
+
return this.manager.send(item);
|
111
111
|
}));
|
112
112
|
return { list: finishs.map(it => it.filename) };
|
113
113
|
}
|