@hivegpt/hiveai-angular 0.0.386 → 0.0.387

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.
@@ -2532,7 +2532,7 @@
2532
2532
  event_token: this.eventToken,
2533
2533
  };
2534
2534
  if (this.workspaceToken) {
2535
- headers['workspace_token'] = this.workspaceToken;
2535
+ headers['workspaceToken'] = this.workspaceToken;
2536
2536
  }
2537
2537
  fetch(url, {
2538
2538
  method: 'POST',