Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/NewFit/NewFit-Backend in…
Browse files Browse the repository at this point in the history
…to release/dev
  • Loading branch information
Sangwook02 committed Dec 4, 2023
2 parents 0fd26f5 + ac87ab6 commit 7f58918
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 7f58918

Please sign in to comment.