fix(autoprovision): fixup the service name of the graph service

This is a fixup for commit 799b12b8dd
adjusting the service name of the graph service to the new value.

Closes: #9258
This commit is contained in:
Ralf Haferkamp
2024-05-27 10:21:28 +02:00
committed by Ralf Haferkamp
parent cdced5da12
commit 2440ccb8b9

View File

@@ -282,7 +282,7 @@ func (c cs3backend) updateLibregraphUser(userid string, user libregraph.User) er
func (c cs3backend) setupLibregraphClient(ctx context.Context, cs3token string) (*libregraph.APIClient, error) {
// Use micro registry to resolve next graph service endpoint
next, err := c.graphSelector.Select("com.owncloud.graph.graph")
next, err := c.graphSelector.Select("com.owncloud.web.graph")
if err != nil {
c.logger.Debug().Err(err).Msg("setupLibregraphClient: error during Select")
return nil, err