Skip to content

Commit

Permalink
Merge pull request #86 from Hooking-CEOS/feature/brand
Browse files Browse the repository at this point in the history
[feat] 브랜드 상세
  • Loading branch information
CYJhub authored Jul 27, 2023
2 parents 650a9a9 + c7d798f commit 1344c07
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public HttpRes<BrandRes.BrandDetailDto> showOneBrand(HttpServletRequest httpRequ

// startIndex부터 30개씩의 카드를 잘라서 resultCards 리스트에 저장
List<Card> resultCards = getLimitedCardsByIndex(cards, startIndex);
System.out.println(resultCards.size());

if (resultCards.isEmpty()) {
return new HttpRes<>(400, "카드가 없습니다.");
Expand Down

0 comments on commit 1344c07

Please sign in to comment.