comprodls-sdk 2.74.0 → 2.74.1
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/comprodls-sdk.js
CHANGED
|
@@ -13242,7 +13242,7 @@ module.exports = function () {
|
|
|
13242
13242
|
var __setup = function (userOptions) {
|
|
13243
13243
|
var pubnubConfig = userOptions.pubnub;
|
|
13244
13244
|
pubnubConfig.uuid = userOptions.userid;
|
|
13245
|
-
accountId = userOptions.accountid
|
|
13245
|
+
var accountId = userOptions.accountid;
|
|
13246
13246
|
|
|
13247
13247
|
if (!_pubnubClient && pubnubConfig) {
|
|
13248
13248
|
_pubnubClient = new pubNub(pubnubConfig); //Connect with PubNub SDK
|