Skip to content

Commit

Permalink
remove unnecessary response
Browse files Browse the repository at this point in the history
  • Loading branch information
jchartrand committed Oct 21, 2024
1 parent ec13c6f commit f2811e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ export async function build(opts = {}) {
next(error)
}
}
return res.status(500).send({ message: 'Server error.' })
})


Expand Down

0 comments on commit f2811e5

Please sign in to comment.