create product changes
This commit is contained in:
@@ -65,10 +65,7 @@ export class productFlowservice {
|
||||
})
|
||||
if (newProduct) {
|
||||
|
||||
if (!eventDatas) {
|
||||
return res.status(404).json({ message: "eventData not found" });
|
||||
|
||||
} else {
|
||||
if (eventDatas) {
|
||||
const addEventData = await EventsDataModel(organization).create({
|
||||
productId: productId,
|
||||
modelUuid: eventDatas?.modelUuid,
|
||||
|
||||
Reference in New Issue
Block a user