Keep isPrivate property in exported environments

This commit is contained in:
Gregory Schier
2017-08-08 10:12:56 -07:00
parent 019998c7a1
commit 5f85a80983

View File

@@ -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;
});