Skip to content

Commit

Permalink
fix: CI/CD 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
sejineer committed Nov 29, 2023
1 parent 2d5bf3d commit c6ae7e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@


import com.shallwe.domain.reservation.dto.ReservationResponse;
import com.shallwe.domain.shopowner.dto.ShopOwnerChangePasswordReq;



import com.shallwe.domain.shopowner.dto.ShopOwnerGiftManageRes;
import com.shallwe.global.config.security.token.UserPrincipal;
import com.shallwe.global.payload.Message;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import static com.shallwe.domain.reservation.domain.ReservationStatus.BOOKED;
import static com.shallwe.domain.reservation.domain.ReservationStatus.CONFIRMED;
import static com.shallwe.domain.reservation.domain.ReservationStatus.WAITING;

import com.shallwe.domain.auth.domain.Token;
import com.shallwe.domain.auth.domain.repository.TokenRepository;
Expand All @@ -18,9 +17,6 @@
import com.shallwe.domain.reservation.exception.InvalidReservationException;
import com.shallwe.domain.shopowner.domain.ShopOwner;
import com.shallwe.domain.shopowner.domain.repository.ShopOwnerRepository;
import com.shallwe.domain.shopowner.dto.ShopOwnerChangePasswordReq;
import com.shallwe.domain.shopowner.dto.ShopOwnerReservationRes;
import com.shallwe.domain.shopowner.dto.ShopOwnerGiftManageRes;
import com.shallwe.domain.shopowner.exception.InvalidShopOwnerException;
import com.shallwe.domain.user.exception.InvalidTokenException;
import com.shallwe.global.config.security.token.UserPrincipal;
Expand Down

0 comments on commit c6ae7e6

Please sign in to comment.