Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
uriva committed Jan 9, 2025
1 parent 60fbd80 commit 5abb3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/whatsapp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const messageText = pipe(
: msg.type === "reaction"
? msg.reaction.emoji
: msg.type === "video"
? msg.caption
? msg.video.caption
: ""
),
filter((x: string) => x),
Expand Down

0 comments on commit 5abb3fc

Please sign in to comment.