refactor
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2025-03-15 10:59:01 -05:00
parent 349bede3b3
commit 05f323665a

View File

@ -93,11 +93,11 @@ class MountList with ChangeNotifier {
_mountList = [];
notifyListeners();
return _fetch();
} catch (e) {
debugPrint('$e');
}
return _fetch();
}
void remove(String name) {