Skip to content

Commit

Permalink
user hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Oct 15, 2024
1 parent e218344 commit e2f711a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func newContext(storage storage.Iface, serverType string) (*Context, error) {
if err != nil {
return &Context{}, fmt.Errorf("userstore initialization error: %s", err)
}
return newContextWithParams(storage, serverType, userStore, scim.New(storage, userStore, "", nil, nil), 100, "", map[string]AppClient{})
return newContextWithParams(storage, serverType, userStore, scim.New(storage, userStore, ""), 100, "", map[string]AppClient{})
}

func newContextWithParams(storage storage.Iface, serverType string, userStore *users.UserStore, scimInstance scim.Iface, licenseUserCount int, cloudType string, apps map[string]AppClient) (*Context, error) {
Expand Down

0 comments on commit e2f711a

Please sign in to comment.