fix incorrect import of relations from tar

This commit is contained in:
zadam
2019-10-02 23:22:58 +02:00
parent dec2c218f7
commit 8d14a0d687
4 changed files with 36 additions and 38 deletions

View File

@@ -248,7 +248,7 @@ function findRelationMapLinks(content, foundLinks) {
foundLinks.push({
name: 'relation-map-link',
value: note.noteId
})
});
}
}