empty line

This commit is contained in:
folex
2019-08-16 19:38:44 +03:00
parent cbcb42313e
commit 0fafa8661b
2 changed files with 0 additions and 2 deletions

View File

@ -61,7 +61,6 @@ JSON
echo -e "Fetching posts: $JSON"
# Send json as a request, and receive result
RESPONSE=$(curl -s 'http://localhost:30000/apps/1/tx' --data $'sessionId/1\n'"$JSON" --compressed | jq -r .result.data | base64 -D)

View File

@ -60,7 +60,6 @@ JSON
echo -e "Fetching posts: $JSON"
# Send json as a request, and receive result
RESPONSE=$(curl -s 'http://localhost:30000/apps/1/tx' --data $'sessionId/1\n'"$JSON" --compressed | jq -r .result.data | base64 -D)