meta-horizonn 1.2.5 → 1.2.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.
Files changed (2) hide show
  1. package/Main.js +2 -1
  2. package/package.json +1 -1
package/Main.js CHANGED
@@ -392,7 +392,7 @@ else userID = maybeUser[0].cookieString().split("=")[1].toString();
392
392
 
393
393
  if (region && mqttEndpoint) {
394
394
  //do sth
395
- }
395
+ } else {
396
396
  // else {
397
397
  // log.warn("login", getText(Language.NoAreaData));
398
398
  // api["htmlData"] = html;
@@ -403,6 +403,7 @@ else userID = maybeUser[0].cookieString().split("=")[1].toString();
403
403
  log.warn("login", getText(Language.NoAreaData));
404
404
  api["htmlData"] = html;
405
405
  }
406
+ }
406
407
 
407
408
  var defaultFuncs = utils.makeDefaults(html, userID, ctx);
408
409
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meta-horizonn",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Facebook-Chat-API Protect and Deploy by Kanzu and HZI Team. Kem is redeveloped. Rename package is Meta Horizonn and package supported ChatBot Messenger.",
5
5
  "main": "index.js",
6
6
  "scripts": {