From 8f5f4822f94f5d094a6dc5b28b9db51afc769756 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:44:19 +0700 Subject: [PATCH] chore: remove unnecessary --- src/controllers/quotation-controller.ts | 5 ----- 1 file changed, 5 deletions(-) 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,