review comments

This commit is contained in:
allurisravanth 2023-07-11 10:53:58 +05:30
parent da5b6efc2c
commit 38d4a2e9f4

View File

@ -475,7 +475,6 @@ func (p *AlibabaCloudProvider) applyChangesForDNS(changes *plan.Changes) error {
recordMap := p.groupRecords(records)
hostedZoneDomains, err := p.getDomainList()
if err != nil {
return fmt.Errorf("getting domain list: %w", err)
}