Skip to content

Commit

Permalink
๐Ÿ”€ Merge: feature/#4-home -> main
Browse files Browse the repository at this point in the history
[BUG] ์‹ ๊ฐ„ ๋„์„œ ๋”๋ณด๊ธฐ ์˜ค๋ฅ˜ ํ•ด๊ฒฐ
  • Loading branch information
kayeon2 authored Dec 5, 2024
2 parents 5d0e306 + d1b0e5b commit 27d127b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class HomeViewController: UIViewController {
case .success(let newBooks):
self?.latestBooks.append(contentsOf: newBooks)
DispatchQueue.main.async {
self?.homeView.homeCollectionView.reloadSections(IndexSet(integer: 5))
self?.homeView.homeCollectionView.reloadSections(IndexSet(integer: 6))
}
case .failure(let error):
print("Error fetching more latest books: \(error.localizedDescription)")
Expand Down

0 comments on commit 27d127b

Please sign in to comment.