© 2026 Hedgehog Software, LLC
const user = await prisma.user.findUniqueOrThrow({ where: { id: someId } }) user.generateDiscount(discountPercent)