Skip to content

Commit 4442b79

Browse files
author
Tony Bedford
authored
Update send-location.sh
1 parent 2ed5981 commit 4442b79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

messages/whatsapp/send-location.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ curl -X POST \
77
https://api.nexmo.com/v0.1/messages \
88
-H 'Authorization: Bearer' $JWT \
99
-H 'Content-Type: application/json' \
10-
-d '
11-
{
10+
-d '{
1211
"from": {
1312
"type": "whatsapp",
1413
"number": "'$WHATSAPP_NUMBER'"

0 commit comments

Comments
 (0)