improvements

This commit is contained in:
zadam
2022-12-06 23:48:44 +01:00
parent b9632a7814
commit 5fc9f5f3f9
22 changed files with 81 additions and 73 deletions

View File

@@ -8,7 +8,7 @@ module.exports = () => {
beccaLoader.load();
for (const attr of becca.findAttributes('label','bookmarked')) {
cloningService.toggleNoteInParent(true, attr.noteId, 'lb_bookmarks');
cloningService.toggleNoteInParent(true, attr.noteId, 'lbBookmarks');
attr.markAsDeleted("0204__migrate_bookmarks_to_clones");
}