From 048f82590ca81de9689eaa96ad2865f69d1c9392 Mon Sep 17 00:00:00 2001 From: Jeferson Ramos <36611481+JefersonRamos@users.noreply.github.com> Date: Wed, 14 Jan 2026 11:36:20 -0300 Subject: [PATCH] Update src/api/integrations/channel/evolution/evolution.channel.service.ts Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --- .../integrations/channel/evolution/evolution.channel.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/integrations/channel/evolution/evolution.channel.service.ts b/src/api/integrations/channel/evolution/evolution.channel.service.ts index 3d8e632e..76a154fb 100644 --- a/src/api/integrations/channel/evolution/evolution.channel.service.ts +++ b/src/api/integrations/channel/evolution/evolution.channel.service.ts @@ -318,7 +318,7 @@ export class EvolutionStartupService extends ChannelStartupService { let audioFile; - const messageId = options?.messageId || v4(); + const messageId = options?.messageId ?? v4(); let messageRaw: any;