Browse Source

Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
pull/6764/head
CZECHIA-COM 5 hours ago
committed by GitHub
parent
commit
c200e654db
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      dnsapi/dns_czechia.sh

2
dnsapi/dns_czechia.sh

@ -140,7 +140,7 @@ dns_czechia_rm() {
return 1
fi
_res_normalized=$(_normalizeJson "$_res")
_res_normalized=$(printf '%s' "$_res" | _normalizeJson)
if _contains "$_res_normalized" '"isError":true'; then
_err "CZECHIA DNS API reported an error while deleting TXT for $_fd: $_res"

Loading…
Cancel
Save