Merge pull request #109 from Yuzuki616/dev

Sync
This commit is contained in:
Yuzuki
2023-07-26 20:22:36 +08:00
committed by GitHub

View File

@@ -49,6 +49,7 @@ func (s *Selector) AddNode(tag string, info *panel.NodeInfo, config *conf.Contro
return err
}
s.nodes.Store(tag, i)
return nil
}
return errors.New("the node type is not support")
}