chequemanagement #1
This commit is contained in:
@@ -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 [];
|
||||
|
||||
Reference in New Issue
Block a user