diff --git a/frontend/src/composables/services/helpers.ts b/frontend/src/composables/services/helpers.ts index e9bb4144..ea90461f 100644 --- a/frontend/src/composables/services/helpers.ts +++ b/frontend/src/composables/services/helpers.ts @@ -251,7 +251,7 @@ export async function getListMerged( allData.push(...responseData); // Merge into the allData array } catch (error: any) { ref.value = []; // Set the ref to an empty array - if (selfprocessError){ + if (selfprocessError) { processError(error); console.error(error); // Log the error for debugging } else {