KrisVan / Pickleball-Scheduler

Schedule pickleball with friends with weather in mind
https://pickleball-scheduler-three.vercel.app
3 stars 2 forks source link

If user deleted, delete the user's sessions #74

Closed KrisVan closed 9 months ago

KrisVan commented 9 months ago

await prisma.user.delete({ where: { id: userId, }, include: { posts: true, // This includes the user's posts }, });