fix : token expire

This commit is contained in:
2025-09-02 10:56:20 +03:30
parent 079b3ce78d
commit dfb9298097
5 changed files with 7 additions and 10 deletions

View File

@@ -50,9 +50,9 @@ class RootLogic extends GetxController {
localDatasource = diChicken.get<ChickenLocalDataSource>();
chickenRepository = diChicken.get<ChickenRepository>();
localDatasource.openBox().then((value) async {
/*localDatasource.openBox().then((value) async {
widelyUsedList.value = localDatasource.getAllWidely();
});
});*/
}