@@ -49,7 +49,8 @@ function curlRequest {
-H "$UP_IN_REQ" \
"$@"
)"
if [[ $? -ne 0 ]]; then
exit_code="$?"
if [[ "$exit_code" -ne 0 ]]; then
message "Error: Failed to execute curl request."
exit 1
fi
The note is not visible to the blocked user.