feat: also include relation for task list (not deep)

This commit is contained in:
Methapon2001 2024-12-11 17:15:53 +07:00
parent 586013d517
commit c4d2349114

View file

@ -120,6 +120,7 @@ export class TaskController extends Controller {
prisma.taskOrder.findMany({
where,
include: {
taskList: true,
institution: true,
createdBy: true,
},