Update src/api/integrations/channel/evolution/evolution.channel.service.ts

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
Jeferson Ramos
2026-01-14 11:36:20 -03:00
committed by GitHub
parent ee83aaca3e
commit 048f82590c
@@ -318,7 +318,7 @@ export class EvolutionStartupService extends ChannelStartupService {
let audioFile;
const messageId = options?.messageId || v4();
const messageId = options?.messageId ?? v4();
let messageRaw: any;