Commit d842ccb2 authored by neil's avatar neil
Browse files

fix format error

parent 233893f1
......@@ -150,7 +150,7 @@ _arvan_rest() {
export _H1="Authorization: $token_trimmed"
if [ "$mtd" = "DELETE" ]; then
# DELETE Request shouldn't have Content-Type
#DELETE Request shouldn't have Content-Type
_debug data "$data"
response="$(_post "$data" "$ARVAN_API_URL/$ep" "" "$mtd")"
elif [ "$mtd" = "POST" ]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment