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

@@ -701,7 +701,7 @@ class Note extends Entity {
WHERE noteId = ? AND
isDeleted = 0 AND
type = 'relation' AND
name IN ('internal-link', 'image-link', 'relation-map-link')`, [this.noteId]);
name IN ('internalLink', 'imageLink', 'relationMapLink')`, [this.noteId]);
}
/**