Skip to content

Commit 9495ea5

Browse files
authored
Merge pull request #70 from ChillCoders-CapstoneDesign/feature/notification
refactor: subscribeNo 조회시 디데이 로직 수정
2 parents 1e54bfe + d755607 commit 9495ea5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/project/submate/subscribe/controller/SubscribeController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public ResponseEntity<SubscribeResponseDto> getBySubscribeNo(@PathVariable Integ
4242
subscribe.getPeriod(),
4343
subscribe.getPeriodUnit()
4444
);
45+
4546
return ResponseEntity.ok(SubscribeResponseDto.from(subscribe, dDay));
4647
}
4748

0 commit comments

Comments
 (0)