Skip to content

Commit

Permalink
🐞 bugfix/#52 : 3.1 κ°€κ²Œ 리슀트 쑰회 νŽ˜μ΄μ§€λ„€μ΄μ…˜ 버그 ν”½μŠ€ (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: EunJiJung <[email protected]>
  • Loading branch information
bianbbc87 authored Nov 19, 2024
1 parent 6c4d0ee commit 7c27966
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public ReadStoreOverviewsResponseDto execute(
// 응닡 생성
return ReadStoreOverviewsResponseDto.fromEntity(
pagedStoreOverviewDtos,
end < storeOverviewDtos.size() // hasNext 계산
end < storeList.getTotalElements() // hasNext 계산
);
}
}

0 comments on commit 7c27966

Please sign in to comment.