@ductape/sdk 0.1.83 → 0.1.84

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.
@@ -4893,9 +4893,9 @@ class ProductsBuilderService {
4893
4893
  }
4894
4894
  }
4895
4895
  if (type === productsBuilder_types_1.JobEventTypes.PUBLISH) {
4896
- const found = await this.fetchMessageBroker(event);
4896
+ const found = await this.fetchMessageBroker(app);
4897
4897
  if (!found) {
4898
- throw new Error(`Message Broker ${event} not found`);
4898
+ throw new Error(`Message Broker ${app} not found`);
4899
4899
  }
4900
4900
  }
4901
4901
  }