Skip to content

Commit

Permalink
Update EndorsementGroupAdminController.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhollmann committed May 21, 2024
1 parent 643f51e commit 8c0ef36
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ async function getAll(_request: Request, response: Response, next: NextFunction)
async function getAllWithStations(_request: Request, response: Response, next: NextFunction) {
try {
const user: User = response.locals.user;
PermissionHelper.checkUserHasPermission(user, "lm.endorsement_groups.view");

const endorsementGroups = await EndorsementGroup.findAll({
include: {
Expand Down

0 comments on commit 8c0ef36

Please sign in to comment.