humanbehavior-js 0.3.5 → 0.3.6

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/cjs/index.js CHANGED
@@ -5529,7 +5529,7 @@ class HumanBehaviorTracker {
5529
5529
  * If userId is not provided, will use userProperties.email as the userId (if present)
5530
5530
  */
5531
5531
  identifyUser(_a) {
5532
- return __awaiter$1(this, arguments, void 0, function* ({ userId, userProperties }) {
5532
+ return __awaiter$1(this, arguments, void 0, function* ({ userProperties }) {
5533
5533
  yield this.ensureInitialized();
5534
5534
  // Keep the original endUserId (UUID) - don't change it
5535
5535
  const originalEndUserId = this.endUserId;