From d17063f3ef53d2dfd3c225800def74d4fef88575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=ED=9A=A8=EC=A4=80?= Date: Sun, 1 Dec 2024 15:14:54 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C?= =?UTF-8?q?=20=EC=BD=94=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MHData/MHData/Repository/LocalBookCoverRepository.swift | 2 +- .../MHPresentation/Source/Home/BookCollectionViewCell.swift | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/MemorialHouse/MHData/MHData/Repository/LocalBookCoverRepository.swift b/MemorialHouse/MHData/MHData/Repository/LocalBookCoverRepository.swift index fd73fba5..13fc8ff1 100644 --- a/MemorialHouse/MHData/MHData/Repository/LocalBookCoverRepository.swift +++ b/MemorialHouse/MHData/MHData/Repository/LocalBookCoverRepository.swift @@ -47,7 +47,7 @@ public struct LocalBookCoverRepository: BookCoverRepository { } } - public func updateBookCover(id: UUID, with bookCover: BookCover) async -> Result { + public func updateBookCover(id: UUID, with bookCover: BookCover) async -> Result { let bookCoverDTO = BookCoverDTO( id: bookCover.id, order: bookCover.order, diff --git a/MemorialHouse/MHPresentation/MHPresentation/Source/Home/BookCollectionViewCell.swift b/MemorialHouse/MHPresentation/MHPresentation/Source/Home/BookCollectionViewCell.swift index 5d6a0ab4..bc3bc6ed 100644 --- a/MemorialHouse/MHPresentation/MHPresentation/Source/Home/BookCollectionViewCell.swift +++ b/MemorialHouse/MHPresentation/MHPresentation/Source/Home/BookCollectionViewCell.swift @@ -27,7 +27,6 @@ final class BookCollectionViewCell: UICollectionViewCell { bookCoverView.resetProperties() likeButton.imageView?.image = nil - likeButton.removeTarget(nil, action: nil, for: .allEvents) } // MARK: - Configuration