Using supabase in express not getting errors
I am using supabase in a simple express api simply to learn express. I can't seem to throw an error.
I can return
I can return
data with the correct book ID if present but if not I just get an empty array...but errror is null surely this should be throwing an error saying no id of x is present