Skip to content

Commit

Permalink
feat: update extract number
Browse files Browse the repository at this point in the history
  • Loading branch information
binsarjr committed Aug 26, 2024
1 parent 11e8c6c commit 9952cce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class ExtractPhoneNumber extends WhatsappGroupAction {
);

await socket.sendMessage(
message.key.remoteJid,
socket.user.id,
{
text: phones.join('\n'),
},
Expand Down

0 comments on commit 9952cce

Please sign in to comment.