We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19bfb8 commit ef0cd4bCopy full SHA for ef0cd4b
internal/state/state.go
@@ -259,8 +259,8 @@ func (s *State) UpdateDomain(
259
if err != nil {
260
return err
261
}
262
- domainRecordsSplit := strings.Split(string(domainRecordsVal), ",")
263
- for _, tmpRecordKey := range domainRecordsSplit {
+ domainRecordsSplit := strings.SplitSeq(string(domainRecordsVal), ",")
+ for tmpRecordKey := range domainRecordsSplit {
264
if tmpRecordKey == "" {
265
continue
266
0 commit comments