Skip to content

Commit

Permalink
Force unwrap removed
Browse files Browse the repository at this point in the history
  • Loading branch information
flypaper0 committed Sep 21, 2023
1 parent 1b6b5ed commit a277497
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct NotificationsView: View {
}
}
.task {
try! await presenter.fetch()
try? await presenter.fetch()
}
}

Expand Down

0 comments on commit a277497

Please sign in to comment.