Possibly fix appeals?
This commit is contained in:
@@ -45,10 +45,11 @@ export async function loader({ context }: { context: RequestContext }) {
|
||||
id: true,
|
||||
},
|
||||
where: {
|
||||
approved: null,
|
||||
user: {
|
||||
path: "id",
|
||||
equals: currentUser.id,
|
||||
},
|
||||
}
|
||||
},
|
||||
}),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user