Renamed useErrorLogging.js to prevent error from nuxt
This commit is contained in:
@@ -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()
|
||||||
Reference in New Issue
Block a user