Maintenance: unique choices from hardcoded servers
This commit is contained in:
@@ -18,7 +18,7 @@ func SurfsharkRegionChoices() (choices []string) {
|
||||
for i := range servers {
|
||||
choices[i] = servers[i].Region
|
||||
}
|
||||
return choices
|
||||
return makeUnique(choices)
|
||||
}
|
||||
|
||||
//nolint:lll
|
||||
|
||||
Reference in New Issue
Block a user