Added report context. Removed report store.

This commit is contained in:
Mike Cao 2023-05-28 21:37:34 -07:00
parent bc37f5124e
commit bfb52eb678
31 changed files with 372 additions and 273 deletions

View file

@ -92,7 +92,7 @@ export async function deleteWebsite(
websiteId,
},
}),
client.userReport.deleteMany({
client.report.deleteMany({
where: {
websiteId,
},