wsp-ms-core 1.0.8-7.5 → 1.0.8-7.6

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/index.js CHANGED
@@ -1867,7 +1867,7 @@ var DefaultMysqlInboxRunner = class {
1867
1867
  async process() {
1868
1868
  const uow = await this.uowFactory.create();
1869
1869
  const inboxRepository = new InboxMysqlRepository(uow.connection);
1870
- await uow.execute(async () => {
1870
+ return await uow.execute(async () => {
1871
1871
  for (let topic of this.topics) {
1872
1872
  try {
1873
1873
  this.eventManager.route(topic, async (e) => {