Skip to content

Commit

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

0 comments on commit 0109f12

Please sign in to comment.