Skip to content

Commit

Permalink
fix(sharestorageprovider): Remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rhafer committed Mar 7, 2024
1 parent 9da2e18 commit 5d70357
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1060,8 +1060,6 @@ func (s *service) resolveAcceptedShare(ctx context.Context, ref *provider.Refere
// we currently need to list all shares and match the path if the request is relative to the share jail root
if ref.ResourceId.OpaqueId == utils.ShareStorageProviderID && ref.Path != "." {
// we need to list accepted shares and match the path

// look up share for this resourceid
lsRes, err := sharingCollaborationClient.ListReceivedShares(ctx, &collaboration.ListReceivedSharesRequest{
Filters: []*collaboration.Filter{
{
Expand Down

0 comments on commit 5d70357

Please sign in to comment.