Skip to content

Commit 295d9df

Browse files
authored
Merge pull request #71 from ChillCoders-CapstoneDesign/feature/notification
refactor: DDL create
2 parents 9495ea5 + dca1606 commit 295d9df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)