diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index 7f375b9..6a5d700 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -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, }, }),