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.
2 parents f18b42b + 0ebe7e8 commit b99295dCopy full SHA for b99295d
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