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 a905623 commit fe93da5Copy full SHA for fe93da5
clients/algoliasearch-client-swift/Sources/Search/Extra/SearchClientExtension.swift
@@ -606,12 +606,12 @@ public extension SearchClient {
606
moveOperationResponse: moveOperationResponse
607
)
608
} catch {
609
- _ = try? await deleteIndex(indexName: tmpIndexName)
+ _ = try? await self.deleteIndex(indexName: tmpIndexName)
610
611
throw error
612
}
613
614
615
616
617
/// Generate a secured API key
0 commit comments