const { data, error, status } = await supabase
.from("user_apples")
.update({ // multiply by 0.5?? // })
.match({ name: "john" });
const { data, error, status } = await supabase
.from("user_apples")
.update({ // multiply by 0.5?? // })
.match({ name: "john" });