Skip to content

Commit

Permalink
Fix: remove sample comment
Browse files Browse the repository at this point in the history
  • Loading branch information
withSang committed Aug 21, 2023
1 parent 7794f71 commit 91f8b89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/middlewares/errorHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const logger = require("../modules/logger");
* @param {Express.Request} req - 요청 객체
* @param {Express.Response} res - 응답 객체
* @param {Function} next - 다음 미들웨어 함수. Express에서는 next 함수에 err 인자를 넘겨주면 기본 global error handler가 호출됩니다.
* @return {ReturnValueDataTypeHere} Brief description of the returning value here.
*/
const errorHandler = (err, req, res, next) => {
// 이미 클라이언트에 HTTP 응답 헤더를 전송한 경우, 응답 헤더를 다시 전송하지 않아야 합니다.
Expand Down

0 comments on commit 91f8b89

Please sign in to comment.