chequemanagement #1

This commit is contained in:
2025-12-24 18:06:12 +05:30
parent 72a2c56392
commit 07d5ea8fbe
7 changed files with 565 additions and 67 deletions

View File

@@ -105,7 +105,7 @@ class BranchService {
if (response.statusCode == 200) {
return Branch.listFromJson(response.data);
} else {
throw Exception("Failed to fetch beneficiaries");
throw Exception("Failed to fetch");
}
} catch (e) {
return [];