修复一处编译错误

This commit is contained in:
刘祥超
2023-11-24 10:20:16 +08:00
parent 2888634fb0
commit cd7cff4f9c

View File

@@ -10,10 +10,6 @@ import (
// FindProvider 查找服务商实例
func FindProvider(providerType ProviderType, providerId int64) ProviderInterface {
switch providerType {
case ProviderTypeTencentDNS:
return &TencentDNSProvider{
ProviderId: providerId,
}
case ProviderTypeDNSPod:
return &DNSPodProvider{
ProviderId: providerId,