mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-19 01:54:02 +00:00
删除用户优化
This commit is contained in:
@@ -366,7 +366,7 @@ define(function() {
|
||||
return callback();
|
||||
}
|
||||
async.eachSeries(notes, function (note, cb) {
|
||||
Api.dbService.noteHistories.remove( {_id: note.NoteId}, { multi: true }, function () {
|
||||
sourceDb.noteHistories.remove( {_id: note.NoteId}, { multi: true }, function () {
|
||||
cb();
|
||||
});
|
||||
}, function () {
|
||||
|
Reference in New Issue
Block a user