fix: Change server location type for Hetzner

pull/213/head
NaiJi ✨ 2023-04-25 16:20:23 -03:00
parent d282f37b71
commit 4c2cfca4c4
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ class HetznerApi extends ServerProviderApi with VolumeProviderApi {
} }
Future<GenericResult<List>> getAvailableLocations() async { Future<GenericResult<List>> getAvailableLocations() async {
List<ServerProviderLocation> locations = []; List locations = [];
final Dio client = await getClient(); final Dio client = await getClient();
try { try {