Aisle and Simulation Product API and socket Completed

This commit is contained in:
2025-06-05 16:40:33 +05:30
parent 18965b8a20
commit d53c66de77
32 changed files with 1792 additions and 529 deletions

View File

@@ -288,7 +288,7 @@ export const deleteAssetModel = async (
};
}
await EventsDataModel(organization).updateMany(
{ modelUuid, productId: projectId },
{ modelUuid, projectId: projectId },
{ $set: { isArchive: true } }
);