We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18b42b commit 0ebe7e8Copy full SHA for 0ebe7e8
Sources/AlgoliaSearch-Client/Request.swift
@@ -194,7 +194,7 @@ internal class Request: AsyncOperationWithCompletion {
194
self.callCompletion(content: nil, error: finalError)
195
}
196
197
- task!.resume()
+ task?.resume()
198
199
200
// ----------------------------------------------------------------------
0 commit comments