规范命名

This commit is contained in:
GoEdgeLab
2021-11-05 15:37:07 +08:00
parent dac53e4975
commit 50bf007643

View File

@@ -64,7 +64,7 @@ func (this *SyncAPINodesTask) Loop() error {
}
newEndpoints := []string{}
for _, node := range resp.Nodes {
for _, node := range resp.ApiNodes {
if !node.IsOn {
continue
}