Aghilan
03/18/2022, 2:54 AMts
async function updateUserFinances(currentUserID: string, updatedExpenses: Object) {
const { data, error } = await supabase
.from("UserFinanceData")
.update({ Expenses, updatedExpenses: JSON });
.match({ UserID: currentUserID} )
Needle
03/18/2022, 2:54 AM/title
command!
We have solved your problem?
Click the button below to archive it.Aghilan
03/18/2022, 2:55 AMNeedle
03/18/2022, 2:56 AM