Do Gun Lee
수강평 작성수
-
평균평점
질문&답변
delete({ id, user}) 안되는 문제
user 타입을 받지 못하여서 저는 명시적으로 조건을 주는 방법으로 해결했습니다.const result = await this.boardRepository.delete({ id, user: { id: user.id, }, });