Skip to content

Commit

Permalink
Merge pull request #42 from Zain-ul-din/fix
Browse files Browse the repository at this point in the history
fix: crash on scan
  • Loading branch information
Zain-ul-din authored May 25, 2024
2 parents bec0c36 + 7e0b749 commit 571d1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/WhatsAppClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { GeminiVisionModel } from '../models/GeminiVisionModel';

class WhatsAppClient {
public constructor() {
const wwebVersion = '2.2407.3';
const wwebVersion = '2.2412.54';
this.client = new Client({
puppeteer: {
args: ['--no-sandbox']
Expand Down

1 comment on commit 571d1a9

@Zain-ul-din
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR submit fix to #35 #40 #41

Please sign in to comment.