Skip to content

Commit

Permalink
Fix: Highlighting Individual Name
Browse files Browse the repository at this point in the history
  • Loading branch information
yashwanth170 committed Dec 21, 2024
1 parent 91dca93 commit 5eba92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/logUserPermissionChangeByAccount.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const logUserPermissionChangeByAccount = async (req) => {
const logEntry = new UserPermissionChangeLog({
logDateTime: dateTime,
userId,
individualName: `${firstName} ${lastName}`,
individualName: `INDIVIDUAL: ${firstName} ${lastName}`,
permissions: Permissions,
permissionsAdded,
permissionsRemoved,
Expand Down

0 comments on commit 5eba92b

Please sign in to comment.