Skip to content

Commit

Permalink
remove sort
Browse files Browse the repository at this point in the history
  • Loading branch information
yalosev committed Dec 19, 2023
1 parent a010a40 commit 47f8798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/module_manager/models/modules/global.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func (gm *GlobalModule) SetEnabledModules(enabledModules []string) {
if len(enabledModules) == 0 {
return
}
sort.Strings(enabledModules)

data, _ := json.Marshal(enabledModules)
gm.valuesStorage.appendValuesPatch(utils.ValuesPatch{Operations: []*utils.ValuesPatchOperation{
{
Expand Down

0 comments on commit 47f8798

Please sign in to comment.