mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
patch group mapping
This commit is contained in:
@@ -33,6 +33,7 @@ export const constructGroupOrgMembershipRoleMappings = async ({
|
||||
let customRolesMap: Map<string, TOrgRoles> = new Map();
|
||||
if (customRoleSlugs.length > 0) {
|
||||
const customRoles = await orgRoleDAL.find({
|
||||
orgId,
|
||||
$in: {
|
||||
slug: customRoleSlugs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user