Compare commits

..

No commits in common. "master" and "v2.0.3" have entirely different histories.

View File

@ -88,6 +88,7 @@ func (p *Provider) removeDNSRecord(ctx context.Context, domain string, record li
for _, rec := range records {
if rec.RR().Name == record.RR().Name {
fmt.Println(rec)
recordId = rec.(VultrRecord).ID
}
}