mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 14:17:29 -04:00
Keep isPrivate property in exported environments
This commit is contained in:
@@ -194,7 +194,6 @@ export async function exportJSON (parentDoc = null, includePrivateDocs = false)
|
||||
|
||||
// Delete the things we don't want to export
|
||||
delete d.type;
|
||||
delete d.isPrivate;
|
||||
return d;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user