mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 00:51:20 +00:00
fix: Change server location type for Hetzner
This commit is contained in:
parent
d282f37b71
commit
4c2cfca4c4
|
@ -519,7 +519,7 @@ class HetznerApi extends ServerProviderApi with VolumeProviderApi {
|
|||
}
|
||||
|
||||
Future<GenericResult<List>> getAvailableLocations() async {
|
||||
List<ServerProviderLocation> locations = [];
|
||||
List locations = [];
|
||||
|
||||
final Dio client = await getClient();
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue