fix(airvpn): remove commas from city names
This commit is contained in:
@@ -43,7 +43,7 @@ func (u *Updater) FetchServers(ctx context.Context, minServers int) (
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
city := strings.ReplaceAll(apiServer.Location, ", ", "")
|
city := strings.ReplaceAll(apiServer.Location, ", ", " ")
|
||||||
city = strings.ReplaceAll(city, ",", "")
|
city = strings.ReplaceAll(city, ",", "")
|
||||||
baseServer := models.Server{
|
baseServer := models.Server{
|
||||||
ServerName: apiServer.PublicName,
|
ServerName: apiServer.PublicName,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user