Skip to content

Commit

Permalink
web hook test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonghwan committed Dec 6, 2023
1 parent b0f4ad9 commit 15c656e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Pickle/Pickle/Screen/Home/HomeView/View/HomeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ struct HomeView: View {
content
.task {
await todoStore.fetch() // MARK: Persistent 저장소에서 Todo 데이터 가져오기
Log.debug("webHook Test")
if isRunTimer { ongoingTodo = todoStore.getSeletedTodo(id: todoId) }
}
.onReceive(userStore.$user) {
Expand Down

0 comments on commit 15c656e

Please sign in to comment.