Skip to content

Commit

Permalink
fix(NEXT): eslint issues fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
arg0WAK committed Jun 8, 2024
1 parent 5d20a9b commit a40e04a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions router/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ router.get("/:category", (req, res) => {
return res.json(
random === "true"
? {
error: "At least one translation query must be defined!",
}
error: "At least one translation query must be defined!",
}
: languageJokes,
);
}
Expand Down

0 comments on commit a40e04a

Please sign in to comment.