refactor: remove unnecessary join

This commit is contained in:
Methapon Metanipat 2024-10-03 14:29:09 +07:00
parent 8b623803e7
commit 7e8c9b1b7c

View file

@ -184,14 +184,6 @@ export class QuotationController extends Controller {
where,
include: {
customerBranch: true,
worker: true,
productServiceList: {
include: {
product: true,
work: true,
service: true,
},
},
paySplit: true,
},
}),