Fixed some errors and delted some commented codes

This commit is contained in:
asif
2025-08-24 01:11:29 +05:30
parent e75f48aed5
commit 737ce6cce6
2 changed files with 1 additions and 59 deletions

View File

@@ -102,7 +102,6 @@ class BeneficiaryService {
throw Exception("Failed to fetch beneficiaries");
}
} catch (e) {
print("Error fetching beneficiaries: $e");
return [];
}
}