This message was deleted.
# orm-help
s
This message was deleted.
a
Newbie here as well so I might be wrong - I believe it might be because you're not using await. Prisma methods return a synthetic promise. Try adding a
.then(() => {})