Possibly fix appeals?

This commit is contained in:
2026-05-11 00:51:51 -04:00
parent abc1389dbb
commit 037eb7fcac

View File

@@ -45,10 +45,11 @@ export async function loader({ context }: { context: RequestContext }) {
id: true,
},
where: {
approved: null,
user: {
path: "id",
equals: currentUser.id,
},
}
},
}),
),