Skip to content

Commit

Permalink
add log response
Browse files Browse the repository at this point in the history
  • Loading branch information
sudtanj committed Dec 7, 2024
1 parent d83f61c commit 0e6ad29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/callmebot_whatsapp_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class CallMeBotWhatsAppAPI {
if (!response.ok) {
throw new Error(`Error sending message: ${response.statusText}`);
}
console.log('Message sent successfully!');
console.log('Message sent successfully! response = ' + JSON.stringify(response));
} catch (error) {
console.error('Error sending message:', error);
throw error;
Expand Down

0 comments on commit 0e6ad29

Please sign in to comment.