Update ProductId validation to eventData
This commit is contained in:
@@ -26,6 +26,7 @@ export class productFlowservice {
|
|||||||
const updateEventData = await EventsDataModel(organization).findOneAndUpdate(
|
const updateEventData = await EventsDataModel(organization).findOneAndUpdate(
|
||||||
{
|
{
|
||||||
modelUuid: eventDatas.modelUuid,
|
modelUuid: eventDatas.modelUuid,
|
||||||
|
productId: productId,
|
||||||
isArchive: false,
|
isArchive: false,
|
||||||
}
|
}
|
||||||
, {
|
, {
|
||||||
|
|||||||
Reference in New Issue
Block a user