1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Apply linter

This commit is contained in:
Laurent Cozic 2019-10-14 01:47:21 +02:00
parent a5f17fad58
commit 008e30bdb7
2 changed files with 7 additions and 9 deletions

View File

@ -482,9 +482,7 @@ class Note extends BaseItem {
}
static async duplicateMultipleNotes(noteIds, options = null) {
/*
if options.uniqueTitle is true, a unique title for the duplicated file will be assigned.
*/
// if options.uniqueTitle is true, a unique title for the duplicated file will be assigned.
const ensureUniqueTitle = options && options.ensureUniqueTitle;
for (const noteId of noteIds) {