mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-03-21 20:18:40 -06:00
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:
@@ -318,7 +318,7 @@ export class EvolutionStartupService extends ChannelStartupService {
|
||||
|
||||
let audioFile;
|
||||
|
||||
const messageId = options?.messageId || v4();
|
||||
const messageId = options?.messageId ?? v4();
|
||||
|
||||
let messageRaw: any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user