Skip to content

Commit

Permalink
chore: 사용하지 않는 의존성 제거 (#282) (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook02 authored Dec 4, 2023
1 parent 23b0f4a commit ac87ab6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import com.newfit.reservation.domains.reservation.domain.Reservation;
import com.newfit.reservation.domains.reservation.repository.ReservationRepository;
import com.newfit.reservation.domains.routine.domain.Routine;
import com.newfit.reservation.domains.routine.repository.EquipmentRoutineRepository;
import com.newfit.reservation.domains.routine.repository.RoutineRepository;
import com.newfit.reservation.domains.user.domain.User;
import com.newfit.reservation.domains.user.repository.UserRepository;
Expand Down Expand Up @@ -44,7 +43,6 @@ public class AuthorityService {
private final TokenProvider tokenProvider;
private final EquipmentGymRepository equipmentGymRepository;
private final RoutineRepository routineRepository;
private final EquipmentRoutineRepository equipmentRoutineRepository;

public void register(Long userId, Long gymId, HttpServletResponse response) {
validateAuthorityDuplicate(userId, gymId);
Expand Down

0 comments on commit ac87ab6

Please sign in to comment.