Skip to content

Commit 8588ef1

Browse files
committed
fix: adjusts logger
1 parent 51ec482 commit 8588ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/whatsapp/services/whatsapp.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ export class WAStartupService {
12731273
...options,
12741274
auth: {
12751275
creds: this.instance.authState.state.creds,
1276-
keys: makeCacheableSignalKeyStore(this.instance.authState.state.keys, P({ level: 'error' })),
1276+
keys: makeCacheableSignalKeyStore(this.instance.authState.state.keys, P({ level: 'error' }) as any),
12771277
},
12781278
logger: P({ level: this.logBaileys }),
12791279
printQRInTerminal: false,

0 commit comments

Comments
 (0)