fixed home handle error

This commit is contained in:
amirrezaghabeli
2025-09-07 14:48:17 +03:30
parent 837bde1677
commit 9ef02a208b
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ class NetworkManager {
final result = fromJson(res.data);
appLogger.info('✅ Response parsed successfully');
return Result.ok(result);
} on Exception catch (e) {
} catch (e) {
appLogger.error('❌ Failed to parse response: $e');
return Result.error(
FetchDataException(