fix: postman collection export

This commit is contained in:
Anoop M D
2023-10-13 07:01:59 +05:30
parent 671fcecb38
commit d595032f46
3 changed files with 6 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ const ExportCollection = ({ onClose, collection }) => {
const handleExportPostmanCollection = () => {
const collectionCopy = cloneDeep(collection);
exportPostmanCollection(collectionCopy);
// exportPostmanCollection(transformCollectionToSaveToExportAsFile(collectionCopy));
onClose();
};