Skip to content

Commit

Permalink
Update internal/grpc/services/sharesstorageprovider/sharesstorageprov…
Browse files Browse the repository at this point in the history
…ider.go
  • Loading branch information
butonic authored Jun 6, 2023
1 parent 80a5b00 commit 0047cdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ func (s *service) ListStorageSpaces(ctx context.Context, req *provider.ListStora
var shareInfo map[string]*provider.ResourceInfo
var err error
if fetchShares {
receivedShares, shareInfo, err = s.fetchShares(ctx) // we should cache the stat for the share jail per user
receivedShares, shareInfo, err = s.fetchShares(ctx)
if err != nil {
return nil, errors.Wrap(err, "sharesstorageprovider: error calling ListReceivedSharesRequest")
}
Expand Down

0 comments on commit 0047cdc

Please sign in to comment.