mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
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:
committed by
Ralf Haferkamp
parent
cdced5da12
commit
2440ccb8b9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user