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
commit da2d1a8ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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")
}