Skip to content

Commit

Permalink
chore: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tyboro2002 committed May 21, 2024
1 parent 308f84d commit c171a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/composables/services/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export async function getListMerged<T>(
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 {
Expand Down

0 comments on commit c171a39

Please sign in to comment.