Renamed useErrorLogging.js to prevent error from nuxt

This commit is contained in:
2025-09-26 17:45:25 +02:00
parent 936c6cdf00
commit 0e03a5914b

View File

@@ -1,5 +1,5 @@
export const useError = (resourceType) => { export const useErrorLogging = (resourceType) => {
const supabase = useSupabaseClient() const supabase = useSupabaseClient()
const toast = useToast() const toast = useToast()
const profileStore = useProfileStore() const profileStore = useProfileStore()