This commit is contained in:
alviy
2024-04-25 22:15:16 +03:00
committed by GitHub
parent 2fcda9a73a
commit 2e9f159225

View File

@@ -168,7 +168,6 @@ _alviy_rest() {
return 1
fi
if [ "$_code" != "200" ]; then
_err "API call error ($method): $path Response code $_code"
fi
@@ -180,4 +179,3 @@ _alviy_rest() {
_debug2 response "$response"
return 0
}