From de41f6c1b78612aad4a4f77fe07323f9413e0d34 Mon Sep 17 00:00:00 2001 From: mteiting Date: Tue, 17 Oct 2023 11:44:37 +0200 Subject: [PATCH] removed not needed check --- pkg/conf/conf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/conf/conf.go b/pkg/conf/conf.go index d4dbeb5..932dfd1 100644 --- a/pkg/conf/conf.go +++ b/pkg/conf/conf.go @@ -80,7 +80,7 @@ func setupRecordConfig(records RecordConfig) { useDefaultConfig = false envKey := strings.Split(envRecord, "=")[0] - if strings.HasSuffix(envKey, "_TYPE") || strings.HasSuffix(envKey, "_TTL") { + if strings.HasSuffix(envKey, "_TTL") { continue }