From c171a390d41313cddfd775507009a2610a86247a Mon Sep 17 00:00:00 2001 From: tyboro2002 Date: Tue, 21 May 2024 12:22:00 +0200 Subject: [PATCH] chore: fix linter --- frontend/src/composables/services/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {