mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	converting note properties to methods
This commit is contained in:
		@@ -29,7 +29,7 @@ function getSubtreeSize(req) {
 | 
			
		||||
        return [404, `Note ${noteId} was not found.`];
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    const subTreeNoteIds = note.subtreeNotes.map(note => note.noteId);
 | 
			
		||||
    const subTreeNoteIds = note.getSubtreeNotes().map(note => note.noteId);
 | 
			
		||||
 | 
			
		||||
    sql.fillParamList(subTreeNoteIds);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user