diff --git a/provider/pdns/pdns.go b/provider/pdns/pdns.go index f031d09b0..5a924b58a 100644 --- a/provider/pdns/pdns.go +++ b/provider/pdns/pdns.go @@ -43,7 +43,7 @@ type pdnsChangeType string const ( apiBase = "/api/v1" - defaultTTL = 300 + defaultTTL = 300 // PdnsDelete and PdnsReplace are effectively an enum for "pgo.RrSet.changetype" // TODO: Can we somehow get this from the pgo swagger client library itself?