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, id: true,
}, },
where: { where: {
approved: null,
user: { user: {
path: "id", path: "id",
equals: currentUser.id, equals: currentUser.id,
}, }
}, },
}), }),
), ),