Skip to content

Commit

Permalink
fix: Fixed WPP.chat.sendFileMessage function for WhatsApp >= 2.2312.5 (
Browse files Browse the repository at this point in the history
…fix #976)
  • Loading branch information
edgardmessias committed Mar 15, 2023
1 parent f303f33 commit 261be97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/whatsapp/misc/MediaPrep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ export declare namespace MediaPrep {
}
}

exportModule(exports, 'MediaPrep', (m) => m.MediaPrep);
exportModule(exports, 'MediaPrep', (m) => m.uploadProductImage && m.MediaPrep);

0 comments on commit 261be97

Please sign in to comment.