node-ainzfb-new 1.5.5 → 1.5.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.
- package/index.js +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
|
-
|
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;
|