mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-12 07:14:14 +00:00
Fix API endpoint action issues
This commit is contained in:
@@ -111,7 +111,7 @@ export async function verifyResourcePolicyAccess(
|
||||
|
||||
req.userOrgRoleIds = await getUserOrgRoleIds(
|
||||
req.userOrg.userId,
|
||||
orgId!
|
||||
policy.orgId
|
||||
);
|
||||
req.userOrgId = policy.orgId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user