@livechat/accounts-sdk 2.0.6-beta.4 → 2.0.6-beta.5

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.
@@ -2264,7 +2264,7 @@
2264
2264
  }
2265
2265
 
2266
2266
  if (hashParams) {
2267
- uri += '?' + lib.stringify(hashParams);
2267
+ uri += '#' + lib.stringify(hashParams);
2268
2268
  }
2269
2269
 
2270
2270
  console.log(uri);