diff --git a/src/controllers/quotation-controller.ts b/src/controllers/quotation-controller.ts index ec1893d..bf3a88a 100644 --- a/src/controllers/quotation-controller.ts +++ b/src/controllers/quotation-controller.ts @@ -659,11 +659,6 @@ export class QuotationController extends Controller { }); const quotation = await tx.quotation.update({ - include: { - worker: { - include: { employee: true }, - }, - }, where: { id: quotationId }, data: { ...rest,