chore: search cleanup

This commit is contained in:
Cory Dransfeldt 2024-10-19 20:14:06 -07:00
parent 4e94561713
commit 348a0c90f2
No known key found for this signature in database

View file

@ -38,7 +38,7 @@ export default {
const { data, error, count } = await supabaseQuery;
if (error) {
console.error("Supabase query error:", error);
console.error("Query error:", error);
return new Response(JSON.stringify({ error: "Error fetching data" }), {
status: 500,
});