Skip to content

Commit 5054a62

Browse files
authored
removed empty line
1 parent 8cda9c0 commit 5054a62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

messages/viber/send-image.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ curl -X POST $MESSAGES_API_URL \
88
-H 'Content-Type: application/json' \
99
-H 'Accept: application/json' \
1010
-d $'{
11-
1211
"message_type": "image",
1312
"image": {
1413
"url": "https://example.com/image.jpg"
@@ -17,4 +16,4 @@ curl -X POST $MESSAGES_API_URL \
1716
"from": "'$FROM_NUMBER'",
1817
"channel": "viber_service"
1918
20-
}'
19+
}'

0 commit comments

Comments
 (0)