fix permissions being overwritten by the unprocessed entities module

Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-03-22 11:41:57 +01:00
parent 623eaf602f
commit f3e2e86c33
14 changed files with 64 additions and 14 deletions
@@ -162,7 +162,6 @@ const applyConditions = <TResourceType extends string, TResource>(
};
/**
* Takes some permission conditions and returns a definitive authorization result
* on the resource to which they apply.
*