Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-barraza committed Jan 8, 2025
1 parent fff4d9f commit 9dc3f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth-web/src/routes/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function mapPendingDetails (route: any) {
}
}

function isStaff(): boolean {
function isStaff (): boolean {
const kcUserProfile = KeyCloakService.getUserInfo()
return kcUserProfile?.roles?.includes(Role.Staff) ||
kcUserProfile?.roles?.includes(Role.ContactCentreStaff) ||
Expand Down

0 comments on commit 9dc3f63

Please sign in to comment.