Remove deprecated property

This commit is contained in:
Darren Clarke 2025-12-02 18:00:25 +01:00
parent 8d3eeee1d9
commit 0c287e38d3

View file

@ -168,7 +168,6 @@ export default class WhatsappService extends Service {
await this.createConnection(botID, this.server, { await this.createConnection(botID, this.server, {
browser: WhatsappService.browserDescription, browser: WhatsappService.browserDescription,
printQRInTerminal: true,
version, version,
}); });
} }