Skip to content

Commit

Permalink
usersession/client: revert a change
Browse files Browse the repository at this point in the history
  • Loading branch information
Meulengracht committed May 3, 2024
1 parent ef1e947 commit 5fd71d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usersession/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ func (client *Client) ServicesDaemonReload(ctx context.Context) error {
return err
}

func filterDisabledServices(all []string, disabled []string) []string {
func filterDisabledServices(all, disabled []string) []string {
var filtered []string
ServiceLoop:
for _, svc := range all {
Expand Down

0 comments on commit 5fd71d8

Please sign in to comment.