Skip to content

Commit e5fab3e

Browse files
Update whatsapp.baileys.service.ts
1 parent 048f825 commit e5fab3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2248,7 +2248,7 @@ export class BaileysStartupService extends ChannelStartupService {
22482248
mentions,
22492249
linkPreview,
22502250
quoted,
2251-
options.messageId,
2251+
optionsoptions?.messageId ?? null,
22522252
group?.ephemeralDuration,
22532253
// group?.participants,
22542254
);
@@ -2270,7 +2270,7 @@ export class BaileysStartupService extends ChannelStartupService {
22702270
mentions,
22712271
linkPreview,
22722272
quoted,
2273-
options.messageId,
2273+
options?.messageId ?? null,
22742274
undefined,
22752275
contextInfo,
22762276
);

0 commit comments

Comments
 (0)