Skip to content

Commit ca8a599

Browse files
authored
Merge pull request #171 from prgrms-web-devcourse-final-project/feature/EA3-134-study-optimal-time-vote
[EA3-134] chore: 스터디 모임시간 조율 - service 제외
2 parents 4fbd70c + 6cfb996 commit ca8a599

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/grep/neogul_coder/domain/timevote/controller/TimeVoteController.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import grep.neogul_coder.domain.timevote.dto.response.TimeVoteResponse;
99
import grep.neogul_coder.domain.timevote.dto.response.TimeVoteStatListResponse;
1010
import grep.neogul_coder.domain.timevote.dto.response.TimeVoteSubmissionStatusResponse;
11-
import grep.neogul_coder.domain.timevote.service.TimeVotePeriodService;
1211
import grep.neogul_coder.global.auth.Principal;
1312
import grep.neogul_coder.global.response.ApiResponse;
1413
import jakarta.validation.Valid;
@@ -30,8 +29,6 @@
3029
@RequestMapping("/api/studies/{studyId}/time-vote")
3130
public class TimeVoteController implements TimeVoteSpecification {
3231

33-
private final TimeVotePeriodService timeVotePeriodService;
34-
3532
@PostMapping("/periods")
3633
public ApiResponse<TimeVotePeriodResponse> createPeriod(
3734
@PathVariable("studyId") Long studyId,

0 commit comments

Comments
 (0)