fix "force note sync"

This commit is contained in:
zadam
2021-05-15 14:04:01 +02:00
parent 4ff40ba14f
commit 623200b92b
2 changed files with 2 additions and 4 deletions

View File

@@ -111,8 +111,6 @@ function forceNoteSync(req) {
entityChangesService.moveEntityChangeToTop('note_revision_contents', noteRevisionId);
}
entityChangesService.moveEntityChangeToTop('recent_changes', noteId);
log.info("Forcing note sync for " + noteId);
// not awaiting for the job to finish (will probably take a long time)