feat: also return user task relation
This commit is contained in:
parent
65c1f666c2
commit
5309581e14
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ export class TaskController extends Controller {
|
|||
prisma.taskOrder.findMany({
|
||||
where,
|
||||
include: {
|
||||
userTask: true,
|
||||
taskList: true,
|
||||
institution: true,
|
||||
createdBy: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue