Skip to content

Commit

Permalink
documentWithCaptionMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
jrCleber committed Dec 3, 2024
1 parent ac03e45 commit a8749f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/whatsapp/services/whatsapp.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2066,7 +2066,7 @@ export class WAStartupService {

if (msg?.message?.documentWithCaptionMessage) {
msg.message.documentMessage =
msg.message.documentWithCaptionMessage?.message.documentMessage;
msg.message.documentWithCaptionMessage?.message?.documentMessage;
}

for (const subtype of MessageSubtype) {
Expand Down

0 comments on commit a8749f7

Please sign in to comment.