Skip to content

Commit

Permalink
try strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-ungerman committed May 24, 2024
1 parent ff57380 commit e6d47d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dnsprovider/dnsprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"io"
"net/http"
"net/http/cookiejar"
"strings"

log "github.com/sirupsen/logrus"
"sigs.k8s.io/external-dns/endpoint"
Expand Down Expand Up @@ -302,6 +303,7 @@ func (p *DNSProvider) Records(ctx context.Context) ([]*endpoint.Endpoint, error)
SetIdentifier: record.ID,
RecordTTL: record.TTL,
})
}
return endpoints, nil
}

Expand Down

0 comments on commit e6d47d0

Please sign in to comment.