Possibly fix reports queue not working
This commit is contained in:
@@ -97,7 +97,7 @@ export async function onRequestGet(context: RequestContext): Promise<any> {
|
|||||||
});
|
});
|
||||||
|
|
||||||
rows.map((r) => {
|
rows.map((r) => {
|
||||||
delete (r.user as JsonObject).email;
|
delete (r.user as JsonObject | null)?.email;
|
||||||
|
|
||||||
return r;
|
return r;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user