From ba32ef9110dc02f64290cff2c6626f30a0d93f65 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 6 Nov 2025 00:28:03 +0300 Subject: [PATCH] let's make the example working (#2017) --- Example/example.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/Example/example.ts b/Example/example.ts index 4b24d36f..2c9e09bb 100644 --- a/Example/example.ts +++ b/Example/example.ts @@ -6,7 +6,6 @@ import makeWASocket, { AnyMessageContent, BinaryInfo, CacheStore, delay, Disconn import open from 'open' import fs from 'fs' import P from 'pino' -import { WAMHandler } from './wam' const logger = P({ level: "trace", @@ -65,8 +64,6 @@ const startSock = async() => { }) - const wam = new WAMHandler(sock, state) - // Pairing code for Web clients if (usePairingCode && !sock.authState.creds.registered) { // todo move to QR event