Skip to content

Commit

Permalink
[fix] #59 체크리스트 수정 오류 log
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuKwanKon committed Jan 23, 2024
1 parent 186f5fc commit ef9add1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public ResponseEntity<SuccessResponse<?>> createCheckList(@UserId final Long use
@PatchMapping("/my")
public ResponseEntity<SuccessResponse<?>> updateCheckList(@UserId final Long userId,
@RequestBody final CheckListRequestDto checkListRequestDto) {
System.out.println("my logs " + checkListRequestDto.cleanType());
checkListService.updateCheckList(userId, checkListRequestDto);
return SuccessResponse.ok(null);
}
Expand Down

0 comments on commit ef9add1

Please sign in to comment.