hotfix: fulfillment-schema (#121)
* chore: debug * corrects fulfillment schema
This commit is contained in:
@@ -732,7 +732,7 @@ class OrderService extends BaseService {
|
||||
_id: orderId,
|
||||
},
|
||||
{
|
||||
$push: { fulfillments: { $each: results } },
|
||||
$addToSet: { fulfillments: { $each: results } },
|
||||
$set: updateFields,
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user