Hey <@U0MQEEY4V>, I noticed what looks like a typo...
# orm-help
m
Hey @schickling, I noticed what looks like a typo in the Prisma client announcement. I think this example should have an
await
unless you guys have black magic in the prisma client
Copy code
const newUser = prisma.createUser({
  name: "Alice",
  email: "<mailto:alice@prisma.io|alice@prisma.io>"
})
s
Thanks a lot. We’ll fix it! 🙂