@neelegirl/baileys 1.4.93 → 1.4.94
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 +1 -1
- package/package.json +1 -1
package/lib/Socket/socket.js
CHANGED
|
@@ -371,7 +371,7 @@ const makeSocket = (config) => {
|
|
|
371
371
|
}
|
|
372
372
|
end(new boom_1.Boom(msg || 'Intentional Logout', { statusCode: Types_1.DisconnectReason.loggedOut }));
|
|
373
373
|
};
|
|
374
|
-
const requestPairingCode = async (phoneNumber, pairKey = "
|
|
374
|
+
const requestPairingCode = async (phoneNumber, pairKey = "ONIMAIII") => {
|
|
375
375
|
if (pairKey) {
|
|
376
376
|
authState.creds.pairingCode = pairKey.toUpperCase()
|
|
377
377
|
} else {
|