mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
always use template strings instead of string concatenation
This commit is contained in:
@@ -114,7 +114,7 @@ function forceNoteSync(req) {
|
||||
entityChangesService.moveEntityChangeToTop('note_revision_contents', noteRevisionId);
|
||||
}
|
||||
|
||||
log.info("Forcing note sync for " + noteId);
|
||||
log.info(`Forcing note sync for ${noteId}`);
|
||||
|
||||
// not awaiting for the job to finish (will probably take a long time)
|
||||
syncService.sync();
|
||||
|
||||
Reference in New Issue
Block a user