mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
mics: updated logic to be consistent
This commit is contained in:
@@ -78,9 +78,9 @@ export const registerDeprecatedProjectRoleRouter = async (server: FastifyZodProv
|
||||
type: EventType.CREATE_PROJECT_ROLE,
|
||||
metadata: {
|
||||
roleId: role.id,
|
||||
slug: role.slug,
|
||||
name: role.name,
|
||||
description: role.description,
|
||||
slug: req.body.slug,
|
||||
name: req.body.name,
|
||||
description: req.body.description,
|
||||
permissions: stringifiedPermissions
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user