mirror of https://github.com/laurent22/joplin.git
Apply linter
parent
a5f17fad58
commit
008e30bdb7
|
@ -482,9 +482,7 @@ class Note extends BaseItem {
|
||||||
}
|
}
|
||||||
|
|
||||||
static async duplicateMultipleNotes(noteIds, options = null) {
|
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;
|
const ensureUniqueTitle = options && options.ensureUniqueTitle;
|
||||||
|
|
||||||
for (const noteId of noteIds) {
|
for (const noteId of noteIds) {
|
||||||
|
|
Loading…
Reference in New Issue