Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
j8seangel committed Nov 15, 2024
1 parent 6846b55 commit 547960a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/casos-activos/solicitudes/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const getData = async (supabase: SupabaseClient<Database>, filters: FiltersData)
}

const { data, error } = await query.order('created_at', { ascending: false });
console.log('🚀 ~ getData ~ data:', data)

if (error) {
throw new Error('Error fetching solicita:', error);
Expand Down

0 comments on commit 547960a

Please sign in to comment.