Skip to content

Commit

Permalink
fix: 책 커버 수정 로직 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
k2645 committed Dec 4, 2024
1 parent 5609f49 commit 709f6e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ final class ModifyBookCoverViewModel: ViewModelType {
return
}
let newBookCover = BookCover(
id: bookID,
order: bookOrder,
title: bookTitle,
imageData: bookImageData,
Expand Down

0 comments on commit 709f6e1

Please sign in to comment.