node-ainzfb-new 1.5.5 → 1.5.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -586,7 +586,7 @@ async function loginHelper(appState, email, password, globalOptions, callback, p
586
586
  process.exit(1);
587
587
  }
588
588
  } else {
589
- try {
589
+ /* try {
590
590
  const client = new Client();
591
591
  let key = await client.get("FBKEY");
592
592
  if (!key) {
@@ -601,7 +601,7 @@ async function loginHelper(appState, email, password, globalOptions, callback, p
601
601
  logger(e, '[ FCA-SUS ]');
602
602
  logger.Error();
603
603
  process.exit(0)
604
- }
604
+ }*/
605
605
  }
606
606
  }
607
607
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-ainzfb-new",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "A Facebook chat API that doesn't rely on XMPP. Will NOT be deprecated after April 30th 2015.",
5
5
  "scripts": {
6
6
  "test": "mocha",