wsp-ms-core 1.0.94 → 1.0.95

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.cjs CHANGED
@@ -1656,7 +1656,7 @@ var KafkaManager = class extends EventManager {
1656
1656
  await this.execCallback(this._onMessage, `[New message detected for ${topic}]: ${message.value?.toString()}`);
1657
1657
  const json = JSON.parse(String(message.value?.toString()));
1658
1658
  await this.execRoute(topic, {
1659
- topic: String(json.topic),
1659
+ topic: String(topic),
1660
1660
  producer: String(json.producer),
1661
1661
  tenant: UUID.create(String(json.tenant)),
1662
1662
  message: json.data