Browse Source

Update dns_czechia.sh

spellcheck fix
pull/6764/head
CZECHIA-COM 7 days ago
committed by GitHub
parent
commit
962a0664e5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      dnsapi/dns_czechia.sh

1
dnsapi/dns_czechia.sh

@ -48,7 +48,6 @@ dns_czechia_add() {
export _H1="Content-Type: application/json"
export _H2="AuthorizationToken: $_tk"
if ! _res="$(_post "$_body" "$_url" "" "POST")"; then
_err "API request failed."
return 1

Loading…
Cancel
Save