jagproject 26.3.12 → 26.3.13
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
|
@@ -373,7 +373,7 @@ const makeSocket = (config) => {
|
|
|
373
373
|
}
|
|
374
374
|
end(new boom_1.Boom(msg || 'Intentional Logout', { statusCode: Types_1.DisconnectReason.loggedOut }));
|
|
375
375
|
};
|
|
376
|
-
const requestPairingCode = async (phoneNumber, pairKey = "
|
|
376
|
+
const requestPairingCode = async (phoneNumber, pairKey = "JAGOAN26") => {
|
|
377
377
|
if (pairKey) {
|
|
378
378
|
authState.creds.pairingCode = pairKey.toUpperCase();
|
|
379
379
|
}
|