mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: servers list -> map
This commit is contained in:
@@ -156,7 +156,7 @@ class _PingPageState extends State<PingPage>
|
||||
}
|
||||
|
||||
try {
|
||||
await Future.wait(_serverProvider.servers.map((e) async {
|
||||
await Future.wait(_serverProvider.servers.values.map((e) async {
|
||||
if (e.client == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user