fix operator

This commit is contained in:
fadecore 2024-02-05 18:42:26 +01:00 committed by GitHub
parent e324bbbbf5
commit de95d9e6e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5109,7 +5109,7 @@ $_authorizations_map"
_on_issue_err "$_post_hook"
return 1
fi
if [ "$code" != "200" ] || [ "$code" != "201" ]; then
if [ "$code" != "200" ] && [ "$code" != "201" ]; then
_err "Sign failed, finalize code is not 200 or 201."
_err "$response"
_on_issue_err "$_post_hook"