fix merge

This commit is contained in:
Livio Spring
2025-08-12 14:53:21 +02:00
parent 357a18ab4a
commit 2ede875d41

View File

@@ -861,7 +861,7 @@ func (o *OPStorage) assertUserResourceOwner(ctx context.Context, userID string)
if err != nil {
return nil, err
}
resourceOwner, err := o.query.OrgByID(ctx, true, user.ResourceOwner)
resourceOwner, err := o.query.OrgByID(ctx, user.ResourceOwner)
if err != nil {
return nil, err
}