Skip to content

Commit

Permalink
Blog post "hotfix"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaprogramiacz committed Sep 13, 2024
1 parent 3726878 commit 6d2963d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func fetchNewJoke() {
string: "https://official-joke-api.appspot.com/random_joke"
).unsafelyUnwrapped
let request = URLRequest(url: url)
Task {
Task { // 1
try! await requestExecutor(request, nil)
}
}
Expand Down

0 comments on commit 6d2963d

Please sign in to comment.