Skip to content

Commit

Permalink
[#179] fix - 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoi1104 committed Apr 18, 2021
1 parent fc613ce commit 4d15c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ app.use((req, res, next) => {

// Error handler
app.use((err, req, res, next) => {
apm.captureError(error);
apm.captureError(err);
// eslint-disable-line no-unused-vars
return res.status(err.statusCode || 500).json({
statusCode: err.statusCode,
Expand Down

0 comments on commit 4d15c1b

Please sign in to comment.