Apply suggestions from code review

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-01-14 17:33:12 +01:00
committed by GitHub
parent 4e073c72e8
commit 1505fdd60c
2 changed files with 2 additions and 2 deletions
@@ -57,7 +57,7 @@ export type PermissionsRegistryServiceAddResourceTypeOptions<
*
* If this function is not provided the permission system will not be able to
* resolve conditional decisions except when requesting resources directly
* form the plugin.
* from the plugin.
*/
getResources?(resourceRefs: string[]): Promise<Array<TResource | undefined>>;
};