From b1f0c64ef23a29f5e8cd9b363b01cd295b79e706 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 14 Jul 2025 22:52:37 +0300 Subject: [PATCH] chore(views/geo): typing issue --- apps/client/src/widgets/view_widgets/geo_view/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/view_widgets/geo_view/index.ts b/apps/client/src/widgets/view_widgets/geo_view/index.ts index 2ead57bde..0ea27e61b 100644 --- a/apps/client/src/widgets/view_widgets/geo_view/index.ts +++ b/apps/client/src/widgets/view_widgets/geo_view/index.ts @@ -251,7 +251,7 @@ export default class GeoView extends ViewMode { } } - async onEntitiesReloaded({ loadResults }: EventData<"entitiesReloaded">): boolean | void { + async onEntitiesReloaded({ loadResults }: EventData<"entitiesReloaded">) { // If any of the children branches are altered. if (loadResults.getBranchRows().find((branch) => branch.parentNoteId === this.parentNote.noteId)) { this.#reloadMarkers();