mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Pass access modes to PermissionReaders
This allows PermissionReaders to potentially only check the necessary access modes for potential performance optimization.
This commit is contained in:
@@ -15,6 +15,7 @@ describe('A PathBasedReader', (): void => {
|
||||
input = {
|
||||
identifier: { path: `${baseUrl}first` },
|
||||
credentials: {},
|
||||
modes: new Set(),
|
||||
};
|
||||
|
||||
readers = [
|
||||
|
||||
Reference in New Issue
Block a user