fix: adjusts logger

This commit is contained in:
Davidson Gomes 2023-10-09 20:15:53 -03:00
parent 51ec4821f3
commit 8588ef1d8a

View File

@ -1273,7 +1273,7 @@ export class WAStartupService {
...options,
auth: {
creds: this.instance.authState.state.creds,
keys: makeCacheableSignalKeyStore(this.instance.authState.state.keys, P({ level: 'error' })),
keys: makeCacheableSignalKeyStore(this.instance.authState.state.keys, P({ level: 'error' }) as any),
},
logger: P({ level: this.logBaileys }),
printQRInTerminal: false,