Skip to content

Commit 048f825

Browse files
Update src/api/integrations/channel/evolution/evolution.channel.service.ts
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent ee83aac commit 048f825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ export class EvolutionStartupService extends ChannelStartupService {
318318

319319
let audioFile;
320320

321-
const messageId = options?.messageId || v4();
321+
const messageId = options?.messageId ?? v4();
322322

323323
let messageRaw: any;
324324

0 commit comments

Comments
 (0)