Skip to content

Commit

Permalink
removed not needed check
Browse files Browse the repository at this point in the history
  • Loading branch information
dg-marcel committed Oct 17, 2023
1 parent 616d7a5 commit de41f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/conf/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit de41f6c

Please sign in to comment.