This commit is contained in:
PxlLoewe
2025-06-26 01:46:44 -07:00
parent ed4a57f42d
commit 8968bff1c5
4 changed files with 11 additions and 6 deletions

View File

@@ -25,6 +25,7 @@ export default async function Page() {
Penaltys: true,
},
});
console.log("User", session, user);
const userPenaltys = await prisma.penalty.findMany({
where: {
userId: session.user.id,