feat: also return relation

This commit is contained in:
Methapon2001 2024-12-06 14:37:23 +07:00
parent 606149da25
commit 61c043103a

View file

@ -113,7 +113,13 @@ export class TaskController extends Controller {
include: {
requestWork: {
include: {
productService: true,
productService: {
include: {
service: true,
work: true,
product: true,
},
},
},
},
},