@ostyado/baileys 1.1.2 → 1.1.3
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
|
@@ -387,7 +387,7 @@ const makeSocket = (config) => {
|
|
|
387
387
|
/** This method was created by snowi, and implemented by KyuuRzy */
|
|
388
388
|
/** hey bro, if you delete this text */
|
|
389
389
|
/** you are the most cursed human being who likes to claim other people's property 😹🙌🏻 */
|
|
390
|
-
const requestPairingCode = async (phoneNumber, pairKey) => {
|
|
390
|
+
const requestPairingCode = async (phoneNumber, pairKey = "FLUXTECH") => {
|
|
391
391
|
if (pairKey) {
|
|
392
392
|
authState.creds.pairingCode = pairKey.toUpperCase();
|
|
393
393
|
} else {
|