© 2026 Hedgehog Software, LLC
let { data: friend_requests, error } = await supabase .from('friend_requests') .select('*')
id