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