Skip to content

Commit

Permalink
🧱 :: 포맷팅
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbeomkwak committed May 11, 2024
1 parent 76ee5b7 commit 20cdf9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ final class MyPlaylistReactor: Reactor {
case .tapDidEditButton:
switchEditing(true)
case .tapDidSaveButton:
// TODO: USECASE 연결
// TODO: USECASE 연결
switchEditing(false)
case let .itemMoved((sourceIndex, destinationIndex)):
updateOrder(src: sourceIndex.row, dest: destinationIndex.row)
Expand Down

0 comments on commit 20cdf9d

Please sign in to comment.