system links (internal, image, relation map) should follow camelCase convention used for other attributes

This commit is contained in:
zadam
2019-11-23 20:54:49 +01:00
parent 4da6234911
commit e4bec265c1
10 changed files with 51 additions and 45 deletions

View File

@@ -96,7 +96,7 @@ async function addImagesToNote(images, note, content) {
noteId: note.noteId,
type: 'relation',
value: imageNote.noteId,
name: 'image-link'
name: 'imageLink'
}).save();
console.log(`Replacing ${imageId} with ${url}`);