pixelhusten
06/16/2022, 8:14 AMupsert()
, every time I want to edit or create an entry I get an error in $: not enough input
. The entry is saved regularly, but I can't get the data from the request. In the past, this has always worked wonderfully.
js
const { data } = await client.from<ICosts>('costs')
.upsert({
...costBlockWriter(payload),
user_id: user.value.id
})
Needle
06/16/2022, 8:14 AMpixelhusten
06/16/2022, 8:30 AMSteve
06/17/2022, 1:59 PM