Skip to content

Commit

Permalink
Fix checkFolderEntriesPermissions
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanenkoxx committed Dec 28, 2024
1 parent af8e47b commit 6f3ce39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const checkFolderEntriesPermissions = async ({

return {
permittedFolderEntries,
accessDeniedFolderEntryIds: [],
accessDeniedFolderEntryIds,
};
};

Expand Down

0 comments on commit 6f3ce39

Please sign in to comment.