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