Skip to content

Commit

Permalink
remove redudant permissions call
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisDuarte1 committed Jul 26, 2023
1 parent b1c05c4 commit 4c164c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class RoleController(private val roleService: RoleService) {
roleService.revokePermissionFromRoleOnActivity(
id,
activityId,
Permissions(permissionsDto.permissions)
permissionsDto.permissions
)
return emptyMap()
}
Expand Down

0 comments on commit 4c164c6

Please sign in to comment.