Possibly fix reports queue not working
All checks were successful
Test, Build, Deploy / Test, Build, and Deploy (push) Successful in 1m2s
Test, Build, Deploy / Create Sentry Release (push) Successful in 7s

This commit is contained in:
2026-04-12 01:03:39 -04:00
parent f32a7912b4
commit b671aefd6e

View File

@@ -97,7 +97,7 @@ export async function onRequestGet(context: RequestContext): Promise<any> {
});
rows.map((r) => {
delete (r.user as JsonObject).email;
delete (r.user as JsonObject | null)?.email;
return r;
});