http-request-manager 18.5.0 → 18.5.1

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.
@@ -2923,7 +2923,7 @@ class HTTPManagerStateService extends ComponentStore {
2923
2923
  if (message.data.sessionId !== this.user.value.sessionId) {
2924
2924
  console.log('💬 Message:', message.data);
2925
2925
  this.userAction.next(message.data);
2926
- this.fetchRecord(RequestOptions.adapt({ path: message.content.path }), message.content.method);
2926
+ this.fetchRecord(RequestOptions.adapt({ path: message.data.content.path }), message.data.content.method);
2927
2927
  }
2928
2928
  break;
2929
2929
  // case 'channelMessage':