Remove deprecated property

This commit is contained in:
Darren Clarke 2025-12-02 18:00:25 +01:00
parent e952973f7f
commit e202eeb9d2

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,
}); });
} }