Skip to content

Commit

Permalink
Fixed paring code autentication
Browse files Browse the repository at this point in the history
  • Loading branch information
andresayac committed Feb 13, 2024
1 parent b0f2763 commit 4e67fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whatsapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const createSession = async (sessionId, res = null, options = { usePairingCode:
logger,
msgRetryCounterCache,
generateHighQualityLinkPreview: true,
browser: ['Chrome (Linux)', '', ''],
browser: ['Ubuntu', 'Chrome', '20.0.04'],
getMessage,
})
store?.bind(wa.ev)
Expand Down

0 comments on commit 4e67fdc

Please sign in to comment.