Im getting this error, but not sure what Im doing ...
# prisma-whats-new
r
Im getting this error, but not sure what Im doing wrong. I dont use inline variables, so I tried setting the prices variable as
prices = JSON.stringify({ usd: ...})
and also as just
prices =  { usd: ...}