Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonghwan committed Dec 4, 2023
1 parent c691f3d commit 8fd127a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Pickle/Pickle/Screen/Add/View/RegisterView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ struct RegisterView: View {
}

private func deleteAction() {
Log.debug("deleteAction")
todoStore.delete(todo: willUpdateTodo)
todoStore.deleteNotificaton(todo: willUpdateTodo, noti: notificationManager)
}
Expand Down

0 comments on commit 8fd127a

Please sign in to comment.