chore: remove unnecessary
This commit is contained in:
parent
99e2001b34
commit
8f5f4822f9
1 changed files with 0 additions and 5 deletions
|
|
@ -659,11 +659,6 @@ export class QuotationController extends Controller {
|
||||||
});
|
});
|
||||||
|
|
||||||
const quotation = await tx.quotation.update({
|
const quotation = await tx.quotation.update({
|
||||||
include: {
|
|
||||||
worker: {
|
|
||||||
include: { employee: true },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
where: { id: quotationId },
|
where: { id: quotationId },
|
||||||
data: {
|
data: {
|
||||||
...rest,
|
...rest,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue