Skip to content

Commit 3f3a1db

Browse files
committed
hotfix: apis - totalResult 잘못내려오는 현상 해결
1 parent f6a9f48 commit 3f3a1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/src/main/kotlin/org/yapp/apis/book/service/AladinBookQueryService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class AladinBookQueryService(
5252
title = response.title,
5353
link = response.link,
5454
pubDate = response.pubDate,
55-
totalResults = filteredItems.size,
55+
totalResults = response.totalResults,
5656
startIndex = response.startIndex,
5757
itemsPerPage = response.itemsPerPage,
5858
query = response.query,

0 commit comments

Comments
 (0)