refactor: Remove redundant zone id cache for Cloudflare

pull/371/head
NaiJi ✨ 2023-10-05 19:42:29 -03:00
parent 0537ebcfb2
commit c2ae962322
1 changed files with 0 additions and 7 deletions

View File

@ -69,13 +69,6 @@ class CloudflareDnsProvider extends DnsProvider {
)
.toList();
/// TODO: Remove when domain selection for more than one domain on account is implemented, move cachedZoneId writing to domain saving method
_adapter = ApiAdapter(
isWithToken: true,
cachedDomain: result.data[0].name,
cachedZoneId: result.data[0].id,
);
return GenericResult(
success: true,
data: domains,