feat: also include actor (createdBy)
This commit is contained in:
parent
b1c9271f4c
commit
c86c45702d
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ export class RequestDataController extends Controller {
|
||||||
customerBranch: {
|
customerBranch: {
|
||||||
include: { customer: true },
|
include: { customer: true },
|
||||||
},
|
},
|
||||||
|
createdBy: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
employee: true,
|
employee: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue