From 83f4190e93805a99898d74d74d5aa7f27395dccd Mon Sep 17 00:00:00 2001 From: Marc Emmanuel Date: Mon, 2 Feb 2026 14:46:36 +0100 Subject: [PATCH] refactor: remove duplicate markers property from PackedGraph interface --- src/types/PackedGraph.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/PackedGraph.ts b/src/types/PackedGraph.ts index 341a4f08..b8749f0a 100644 --- a/src/types/PackedGraph.ts +++ b/src/types/PackedGraph.ts @@ -62,6 +62,5 @@ export interface PackedGraph { zones: Zone[]; markers: any[]; ice: any[]; - markers: any[]; provinces: Province[]; }