analytica-frontend-lib 1.2.72 → 1.2.73

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.js CHANGED
@@ -27488,7 +27488,7 @@ var isChatUserInfoValid = (userInfo) => {
27488
27488
  };
27489
27489
  var getChatWsUrl = (apiUrl) => {
27490
27490
  const baseUrl = apiUrl;
27491
- return baseUrl.replace(/^http/, "ws") + "/chat/ws";
27491
+ return baseUrl.replace(/^http/, "ws");
27492
27492
  };
27493
27493
  var getChatUserInfo = (user, tokens, sessionInfo, defaultUserName = "Usuario") => {
27494
27494
  const userId = String(user?.userInstitutionId ?? sessionInfo?.userId ?? "");