Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2024-05-13 09:39:33 +08:00
commit 251e8b3234

View file

@ -2018,7 +2018,7 @@ func getCloudSpace() (stat *cloud.Stat, err error) {
}
func pushReloadPlugin(upsertPluginSet, removePluginNameSet *hashset.Set) {
var upsertPlugins, removePlugins []string
upsertPlugins, removePlugins := []string{}, []string{}
for _, n := range upsertPluginSet.Values() {
upsertPlugins = append(upsertPlugins, n.(string))
}