Rebase issues solved

This commit is contained in:
Manish 2025-11-17 11:32:07 +05:30 committed by Vaibhav Surve
parent 29af4e53a9
commit 793eeec7fa

View File

@ -513,8 +513,6 @@ class ApiService {
final endpoint = "${ApiEndpoints.getServiceProjectDetail}/$projectId";
logSafe("Fetching details for Service Project ID: $projectId");
try {
final response = await _getRequest(endpoint);
try {
final response = await _getRequest(endpoint);
@ -529,10 +527,6 @@ class ApiService {
return null;
}
final jsonResponse = _parseResponseForAllData(
response,
label: "Service Project Detail",
);
final jsonResponse = _parseResponseForAllData(
response,
label: "Service Project Detail",
@ -557,8 +551,6 @@ class ApiService {
return null;
}
return null;
}
/// Get Service Project List
static Future<ServiceProjectListModel?> getServiceProjectsListApi({