Skip to content

Commit

Permalink
fix: adjusts logger
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidsonGomes committed Oct 9, 2023
1 parent 8588ef1 commit f32a341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/whatsapp/services/whatsapp.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,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,
Expand Down

0 comments on commit f32a341

Please sign in to comment.