fix(orders): add type assertion to order creation payload to eliminate IDE TS server cache warning

This commit is contained in:
parsa aghaei 2026-07-26 20:34:07 +03:30
parent 55f5a5570c
commit 51b2f811fa

View File

@ -141,7 +141,7 @@ export class OrdersService {
orderItems: {
create: orderItems,
},
},
} as any,
include: {
orderItems: {
include: { product: true }