Compare commits
2 Commits
8eaf239c5d
...
b81a568592
| Author | SHA1 | Date | |
|---|---|---|---|
| b81a568592 | |||
| 04ebc91e9f |
@@ -19,7 +19,7 @@ export async function GET() {
|
||||
|
||||
const reports = await prisma.report.findMany({
|
||||
where,
|
||||
include: { tasks: true },
|
||||
include: { tasks: true, user: true },
|
||||
orderBy: { date: "desc" },
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user