Skip to content

Commit

Permalink
re-added role checing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydan Pirani committed Jul 17, 2024
1 parent 6d5d8ea commit 6947665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/attendee/attendee-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ attendeeRouter.get(
// Get attendees based on a partial filter in body
attendeeRouter.get(
"/filter",
// RoleChecker([Role.Enum.STAFF, Role.Enum.CORPORATE]),
RoleChecker([Role.Enum.STAFF, Role.Enum.CORPORATE]),
async (req, res, next) => {
try {
const attendeeData = AttendeeFilterValidator.parse(req.body);
Expand Down

0 comments on commit 6947665

Please sign in to comment.