mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	chore(share): remove unused args
addresses https://github.com/TriliumNext/Notes/pull/1384#discussion_r1989045491
This commit is contained in:
		
							parent
							
								
									ae1ef55522
								
							
						
					
					
						commit
						73305a5327
					
				@ -93,7 +93,7 @@ function ensureLoad() {
 | 
			
		||||
 | 
			
		||||
eventService.subscribe(
 | 
			
		||||
    [eventService.ENTITY_CREATED, eventService.ENTITY_CHANGED, eventService.ENTITY_DELETED, eventService.ENTITY_CHANGE_SYNCED, eventService.ENTITY_DELETE_SYNCED],
 | 
			
		||||
    ({ _entityName, _entity }) => {
 | 
			
		||||
    () => {
 | 
			
		||||
        shaca.reset();
 | 
			
		||||
    }
 | 
			
		||||
);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user