nodejs-book icon indicating copy to clipboard operation
nodejs-book copied to clipboard

[p820] TS18048 설명이 없고 수정된 코드의 볼드 미처리

Open wiseguy77 opened this issue 1 year ago • 1 comments

  1. 타입스크립트 에러 설명이 추가 되면 좋을 것 같습니다. controllers/post.ts:7:27 - error TS18048: 'req.file' is possibly 'undefined'. controllers/post.ts:15:15 - error TS18048: 'req.user' is possibly 'undefined'.
  2. 볼드 미처리 res.json({url{url: `/img/${req.file?.filename} 과 UserId: req.user?.id 부분의 볼드 처리가 안되어있네요.

wiseguy77 avatar Jul 03 '23 03:07 wiseguy77

볼드처리만 3쇄에서 추가

ZeroCho avatar Jul 05 '23 04:07 ZeroCho