Skip to content

Commit 65a018c

Browse files
algolia-botFluf22
andcommitted
fix(swift): retry strategy + cts test (generated)
algolia/api-clients-automation#5654 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Thomas Raffray <[email protected]>
1 parent bd347fa commit 65a018c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Core/Networking/RetryStrategy/AlgoliaRetryStrategy.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ class AlgoliaRetryStrategy: RetryStrategy {
4242
}
4343

4444
var hostIterator = self.hosts
45-
.sorted { $0.lastUpdated.compare($1.lastUpdated) == .orderedAscending }
4645
.filter { $0.supports(callType) && $0.isUp }
4746
.makeIterator()
4847

0 commit comments

Comments
 (0)