mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
system links (internal, image, relation map) should follow camelCase convention used for other attributes
This commit is contained in:
@@ -130,7 +130,9 @@ async function getRelationMap(req) {
|
||||
noteTitles: {},
|
||||
relations: [],
|
||||
// relation name => inverse relation name
|
||||
inverseRelations: {}
|
||||
inverseRelations: {
|
||||
'internalLink': 'internalLink'
|
||||
}
|
||||
};
|
||||
|
||||
if (noteIds.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user