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: {
|
step: {
|
||||||
include: {
|
include: {
|
||||||
value: true,
|
value: true,
|
||||||
|
responsibleGroup: true,
|
||||||
responsiblePerson: {
|
responsiblePerson: {
|
||||||
include: { user: true },
|
include: { user: true },
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue