This commit is contained in:
Scott E. Graves 2025-03-15 23:24:51 -05:00
parent f70044b9a8
commit 54fe6d7bab

View File

@ -130,11 +130,6 @@ class Mount with ChangeNotifier {
),
);
if (response.statusCode == 404) {
_mountList?.reset();
return null;
}
if (response.statusCode != 200) {
return null;
}