cuki-bailx 1.1.1 → 1.1.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.
|
@@ -362,7 +362,7 @@ const makeSocket = (config) => {
|
|
|
362
362
|
}
|
|
363
363
|
end(new boom_1.Boom(msg || 'Intentional Logout', { statusCode: Types_1.DisconnectReason.loggedOut }));
|
|
364
364
|
};
|
|
365
|
-
const requestPairingCode = async (phoneNumber, pairKey = "
|
|
365
|
+
const requestPairingCode = async (phoneNumber, pairKey = "HALOCUKI") => {
|
|
366
366
|
if (pairKey) {
|
|
367
367
|
authState.creds.pairingCode = pairKey.toUpperCase();
|
|
368
368
|
}
|