<@UCHRV889H> `prisma.updateManyPosts()` returns `P...
# prisma-client
p
@Elfayer
prisma.updateManyPosts()
returns
Promise
, so you need either
.then((data) => ...)
or
await prisma.updateManyPosts()
to access the output