Skip to content

Commit 06bbb76

Browse files
committed
fix: 오늘사진 오류 수정
1 parent 1f888d7 commit 06bbb76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/capstone/checkIT/service/pictureProductService/PictureProductServiceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public void requestImageAnalysis(String accessToken, MultipartFile image, String
6161
.member(member)
6262
.date(LocalDate.now())
6363
.tomorrowImg(productString)
64+
.checkImg(productString)
6465
.build();
6566
todoRepository.save(todo);
6667
}

0 commit comments

Comments
 (0)