Skip to content

Commit

Permalink
Remove not needed api prop
Browse files Browse the repository at this point in the history
  • Loading branch information
JanAckermann committed Apr 26, 2022
1 parent 23fea24 commit 4d9c506
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ export class FolderLoaderSharedWithOthers implements FolderLoader {
let resources = yield client.shares.getShares('', {
share_types: shareTypes,
reshares: true,
include_tags: false,
shared_with_me: false
include_tags: false
})

resources = resources.map((r) => r.shareInfo)
Expand Down

0 comments on commit 4d9c506

Please sign in to comment.