질문&답변
2022.07.04
cat repository에서의 오류
exist() 가 버전업 되면서 {_id:...} 혹은 null을 리턴합니다. if(result) {return true} else {return false}로 바꿔주시면 됩니다.
2022.06.28
catch 문에서 error.message 부분 오류가 납니다.
catch (err: unknown) { if (err instanceof Error) { res.status(500).send({ error: err.message, }); } }