From dad4d13a2dc47381c19582df4e657195479431a3 Mon Sep 17 00:00:00 2001 From: romeroalx Date: Thu, 19 Sep 2024 11:31:25 +0200 Subject: [PATCH] fix for linting issue in provider/pdns/pdns.go --- provider/pdns/pdns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?