Discord account Linkage, penalty update

This commit is contained in:
PxlLoewe
2026-01-06 03:07:09 +01:00
parent b16b719c74
commit 0ac943c63f
19 changed files with 388 additions and 49 deletions

View File

@@ -24,7 +24,7 @@ export const RecentFlights = () => {
({
User: { id: session.data?.user.id },
Mission: {
state: { in: ["finished", "archived"] },
state: { in: ["finished"] },
},
}) as Prisma.MissionOnStationUsersWhereInput
}