fix for linting issue in provider/pdns/pdns.go

This commit is contained in:
romeroalx 2024-09-19 11:31:25 +02:00
parent 1a909b871d
commit dad4d13a2d

View File

@ -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?