From 0e03a5914bf59ee5532a6c813e1988d0f870b621 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Fri, 26 Sep 2025 17:45:25 +0200 Subject: [PATCH] Renamed useErrorLogging.js to prevent error from nuxt --- composables/{useError.js => useErrorLogging.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename composables/{useError.js => useErrorLogging.js} (92%) diff --git a/composables/useError.js b/composables/useErrorLogging.js similarity index 92% rename from composables/useError.js rename to composables/useErrorLogging.js index 1c2e742..298ccd0 100644 --- a/composables/useError.js +++ b/composables/useErrorLogging.js @@ -1,5 +1,5 @@ -export const useError = (resourceType) => { +export const useErrorLogging = (resourceType) => { const supabase = useSupabaseClient() const toast = useToast() const profileStore = useProfileStore()