mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 04:16:17 +01:00 
			
		
		
		
	import WIP
This commit is contained in:
		@@ -185,7 +185,7 @@ function deleteBranch(req) {
 | 
			
		||||
    const eraseNotes = req.query.eraseNotes === 'true';
 | 
			
		||||
    const branch = becca.getBranchOrThrow(req.params.branchId);
 | 
			
		||||
 | 
			
		||||
    const taskContext = TaskContext.getInstance(req.query.taskId, 'delete-notes');
 | 
			
		||||
    const taskContext = TaskContext.getInstance(req.query.taskId, 'deleteNotes');
 | 
			
		||||
 | 
			
		||||
    const deleteId = utils.randomString(10);
 | 
			
		||||
    let noteDeleted;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user