releasebird-javascript-sdk 1.0.24 → 1.0.25

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.
@@ -122,7 +122,7 @@ export default class RbirdSessionManager {
122
122
 
123
123
  let request = {}
124
124
  request.name = name;
125
- request.peopleId = state?.identify?.people;
125
+ request.peopleId = state?.people;
126
126
  request.data = data || {};
127
127
  const http = new XMLHttpRequest();
128
128
  http.open("POST", `${API}/events`);