Skip to content

Commit 32706c0

Browse files
hotfix: 🐳 docker restart (#84)
* fix: 내 id 조회 추가 * fix: api 명세 수정 * fix: api 명세 수정 * feat: ✨ userId로 current_step 갯수 리턴하는 기능 구현 * hotfix: docker restart --------- Co-authored-by: gzhan0226 <[email protected]>
1 parent 9770e98 commit 32706c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/goormdari/domain/routine/presentation/RoutineController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class RoutineController {
3232

3333
private final S3Service s3Service;
3434
private final RoutineService routineService;
35-
private final UserService userService;
35+
3636

3737
private final JWTUtil jwtUtil;
3838

0 commit comments

Comments
 (0)