From 73305a5327071cfe85eaad9f6aa9b4828b0729da Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Sat, 15 Mar 2025 12:31:33 +0100 Subject: [PATCH] chore(share): remove unused args addresses https://github.com/TriliumNext/Notes/pull/1384#discussion_r1989045491 --- src/share/shaca/shaca_loader.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/share/shaca/shaca_loader.ts b/src/share/shaca/shaca_loader.ts index 93783e7a0..c0834cb8b 100644 --- a/src/share/shaca/shaca_loader.ts +++ b/src/share/shaca/shaca_loader.ts @@ -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(); } );