(d,f,g)=> 🥁
05/31/2022, 11:54 PM.order()
an a .rpc()
request? the types seem to allow it, but then when the request goes through in the browser I get an error: js
{ message: "column pgrst_source.created_at does not exist", code: "42703", details: null, hint: null }
Needle
05/31/2022, 11:54 PMNeedle
05/31/2022, 11:55 PMgaryaustin
06/01/2022, 12:31 AMNeedle
06/01/2022, 12:31 AM(d,f,g)=> 🥁
06/01/2022, 12:34 AMjs
await supabase.rpc('threaded_comments', { slug })
.order('created_at', {ascending: false})
Needle
06/01/2022, 12:38 AM