mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix DB setup
This commit is contained in:
		| @@ -154,7 +154,7 @@ function getNotePath(noteId) { | ||||
|  | ||||
|         return { | ||||
|             noteId: noteId, | ||||
|             branchId: getBranch(noteId, parentNote.noteId).branchId, | ||||
|             branchId: noteCache.getBranch(noteId, parentNote.noteId).branchId, | ||||
|             title: noteTitle, | ||||
|             notePath: retPath, | ||||
|             path: retPath.join('/') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user