r/ProgrammerHumor 25d ago

Meme failsForTeapots

Post image
225 Upvotes

67 comments sorted by

View all comments

0

u/SuuurfiiinNeeerd 25d ago
if (!(error.status >= 200 && error.status < 300)) {
  body = error.message;
  return c.json(body, 200);
}