This commit is contained in:
2025-09-06 13:30:23 -05:00
parent c277233855
commit a1cd963683

View File

@@ -196,6 +196,6 @@ class MountList with ChangeNotifier {
clear(); clear();
return _fetch(); Future.delayed(Duration(seconds: 1), _fetch);
} }
} }