mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-08 06:00:24 +08:00
优化代码
This commit is contained in:
@@ -17,5 +17,5 @@ func (this *NodeClusterDAO) FindEnabledNodeCluster(ctx context.Context, clusterI
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return clusterResp.Cluster, nil
|
||||
return clusterResp.NodeCluster, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user