fixed wrong return value

This commit is contained in:
2026-01-23 16:41:41 +01:00
parent 100b86d3f9
commit 214ae08bb9

View File

@@ -32,7 +32,7 @@ class JsonFileService {
} catch (e) { } catch (e) {
return false; return false;
} }
return false; return true;
} }
static Future<({List<Collection> collections, List<Bookmark> bookmarks})> static Future<({List<Collection> collections, List<Bookmark> bookmarks})>