feat: add relation to response
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s
This commit is contained in:
parent
5594fabb6a
commit
d92e3bc57d
1 changed files with 1 additions and 0 deletions
|
|
@ -200,6 +200,7 @@ export class TaskController extends Controller {
|
|||
step: {
|
||||
include: {
|
||||
value: true,
|
||||
responsibleGroup: true,
|
||||
responsiblePerson: {
|
||||
include: { user: true },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue