chore(share): remove unused args

addresses https://github.com/TriliumNext/Notes/pull/1384#discussion_r1989045491
This commit is contained in:
Panagiotis Papadopoulos 2025-03-15 12:31:33 +01:00
parent ae1ef55522
commit 73305a5327

View File

@ -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();
}
);