Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
xavilien committed Oct 9, 2024
1 parent 0d87489 commit f4a4fbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/backend/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ app.route("/instructors").get(getInstructors);
app.route("/geneds").get(getGeneds);
app.route("/geneds").post(isUser, getGeneds);


// the next parameter is needed!
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const errorHandler: ErrorRequestHandler = (err, req, res, next) => {
Expand Down

0 comments on commit f4a4fbf

Please sign in to comment.