Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
divyack2 committed Sep 16, 2024
1 parent eed8b1e commit 6e849e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/services/attendee/attendee-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,7 @@ attendeeRouter.post(
const payload = res.locals.payload;
const userId = payload.userId;
const merchItem = req.params.ITEM;
console.log("HERE")


Check failure on line 297 in src/services/attendee/attendee-router.ts

View workflow job for this annotation

GitHub Actions / lint

Delete `············`
let user;

// Check if userId or email is provided and query the database accordingly
Expand Down

0 comments on commit 6e849e8

Please sign in to comment.