Revert "Sort provider servers on iOS"

This reverts commit 2b3961aef0.
This commit is contained in:
Davide 2024-11-15 00:22:06 +01:00
parent 2b3961aef0
commit 6472ac0502
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 0 additions and 3 deletions

View File

@ -178,9 +178,6 @@ private extension VPNProviderServerView.ServersSubview {
.filter {
$0.provider.countryCode == code
}
.sorted {
$0.provider.serverId < $1.provider.serverId
}
.nilIfEmpty
}