chore: remove unnecessary

This commit is contained in:
Methapon2001 2024-07-24 13:44:19 +07:00
parent 99e2001b34
commit 8f5f4822f9

View file

@ -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,