Skip to content

Commit

Permalink
Merge pull request #102 from Yanol-Market/feature/83
Browse files Browse the repository at this point in the history
fix: productService import문 수정
  • Loading branch information
yurim0628 authored Jan 17, 2024
2 parents fff12f4 + ea503ef commit a7a9f52
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
import static site.goldenticket.common.response.ErrorCode.PRODUCT_ALREADY_EXISTS;
import static site.goldenticket.common.response.ErrorCode.PRODUCT_NOT_FOUND;
import static site.goldenticket.common.response.ErrorCode.RESERVATION_NOT_FOUND;
import static site.goldenticket.domain.product.constants.DummyUrlConstants.DISTRIBUTE_BAE_URL;
import static site.goldenticket.domain.product.constants.DummyUrlConstants.RESERVATIONS_ENDPOINT;
import static site.goldenticket.domain.product.constants.DummyUrlConstants.RESERVATION_ENDPOINT;
import static site.goldenticket.domain.product.constants.DummyUrlConstants.RESERVATION_UPDATE_STATUS_ENDPOINT;
import static site.goldenticket.domain.product.constants.DummyUrlConstants.*;
import static site.goldenticket.dummy.reservation.constants.ReservationStatus.NOT_REGISTERED;
import static site.goldenticket.dummy.reservation.constants.ReservationStatus.REGISTERED;

Expand Down

0 comments on commit a7a9f52

Please sign in to comment.