© 2026 Hedgehog Software, LLC
await prisma.user.update({ where: { AND: [ { id: req.params.id }, { deleted: false }, ], }, //... })