Necmettin Karakaya
2020-07-19 00:33:27 +08:00
committed by GitHub
parent d5b5d4fc27
commit 24448c7504
6 changed files with 7 additions and 7 deletions

View File

@@ -490,7 +490,7 @@ Document.prototype.migrateVersion = function() {
};
// Note: This method marks the document and it's children as deleted
// in the database, it does not permanantly delete them OR remove
// in the database, it does not permanently delete them OR remove
// from the collection structure.
Document.prototype.deleteWithChildren = async function(options) {
// Helper to destroy all child documents for a document