Skip to content

Commit

Permalink
#35 [feat] 쓸데없는 주석제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hellozo0 committed Jan 8, 2024
1 parent 651a28c commit ba379c7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@ public ModelMainResponse getModelMainInfo(Long userId, int page, int size){
);
}


//offerPage / HairServiceOffer
List<HairServiceOffer> hairServiceOffers = offerPage.stream().toList();
// List<HairServiceOffer> hairServiceOffers = hairServiceOfferJpaRepository.findAllByUserId(userId);
List<OfferResponse> offerResponseList = new ArrayList<>();

for (int i = 0; i < hairServiceOffers.size(); i++){
Expand Down

0 comments on commit ba379c7

Please sign in to comment.