Possibly fix appeals?
This commit is contained in:
@@ -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,
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user