don't reset graphql cache on startup

This commit is contained in:
poka 2022-07-22 20:55:42 +02:00
parent f3cb9faca7
commit 90f91be987
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ Future<void> main() async {
prefs = await SharedPreferences.getInstance();
// Reset GraphQL cache
final cache = HiveStore();
cache.reset();
// final cache = HiveStore();
// cache.reset();
// Configure Hive and open boxes
Hive.registerAdapter(WalletDataAdapter());