We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f8b39 commit e604873Copy full SHA for e604873
src/main/java/com/back/domain/study/memo/controller/MemoController.java
@@ -54,7 +54,6 @@ public ResponseEntity<RsData<MemoResponseDto>> deleteMemo(
54
@PathVariable Long memoId
55
) {
56
Long userId = user.getUserId();
57
- memoService.deleteMemo(userId, memoId);
58
MemoResponseDto response = memoService.deleteMemo(userId, memoId);
59
return ResponseEntity.ok(RsData.success("메모가 삭제되었습니다.", response));
60
}
0 commit comments