mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix db anonymization
This commit is contained in:
		| @@ -98,7 +98,7 @@ async function createNewNote(params) { | ||||
|     const parentNote = await repository.getNote(params.parentNoteId); | ||||
|  | ||||
|     if (!parentNote) { | ||||
|         throw new Error(`Parent note ${params.parentNoteId} not found.`); | ||||
|         throw new Error(`Parent note "${params.parentNoteId}" not found.`); | ||||
|     } | ||||
|  | ||||
|     if (!params.title || params.title.trim().length === 0) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user