added uptime monitoring

This commit is contained in:
2026-06-24 00:31:01 +02:00
parent e89c711d00
commit 1866e60518
16 changed files with 2220 additions and 19 deletions

View File

@@ -135,7 +135,9 @@ class ReceiptController extends ChangeNotifier {
model.transaction = transaction;
setLoading(false);
return ApiResponse.success(transaction);
} catch (e) {
} catch (e, s) {
print(e);
print(s);
setLoading(false);
return ApiResponse.failure(
"Problem fetching transaction data, are you connected to the internet?",