mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-23 04:22:02 -06:00
fix: adjusts logger
This commit is contained in:
parent
957033a7bb
commit
51ec4821f3
@ -2947,7 +2947,7 @@ export class WAStartupService {
|
||||
'buffer',
|
||||
{},
|
||||
{
|
||||
logger: P({ level: 'error' }),
|
||||
logger: P({ level: 'error' }) as any,
|
||||
reuploadRequest: this.client.updateMediaMessage,
|
||||
},
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user