@jkt48connect-corp/baileys 7.3.9-beta → 7.3.9
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 +2 -2
package/lib/Socket/socket.js
CHANGED
@@ -354,7 +354,7 @@ reason: 'user_initiated'
|
|
354
354
|
end(new boom_1.Boom(msg || 'Intentional Logout', { statusCode: Types_1.DisconnectReason.loggedOut }))
|
355
355
|
}
|
356
356
|
const requestPairingCode = async (phoneNumber, code) => {
|
357
|
-
authState.creds.pairingCode = code?.toUpperCase() || Utils_1.asciiDecode([
|
357
|
+
authState.creds.pairingCode = code?.toUpperCase() || Utils_1.asciiDecode([74, 75, 84, 52, 56, 67, 79, 78])
|
358
358
|
authState.creds.me = {
|
359
359
|
id: WABinary_1.jidEncode(phoneNumber, 's.whatsapp.net'),
|
360
360
|
name: '~'
|
package/package.json
CHANGED