From 14b4fedc262d3235774f70780f770dde789cab85 Mon Sep 17 00:00:00 2001 From: RobJN Date: Sat, 4 Feb 2023 20:42:07 +0000 Subject: [PATCH] Update MetaTagging.ts Remove second .ping(). Fixes #1288 and helps with #1094. --- Logic/MetaTagging.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/Logic/MetaTagging.ts b/Logic/MetaTagging.ts index 10d5c285c..47d698ac0 100644 --- a/Logic/MetaTagging.ts +++ b/Logic/MetaTagging.ts @@ -234,7 +234,6 @@ export default class MetaTagging { for (const f of functions) { f(feature) } - state?.allElements?.getEventSourceById(feature.properties.id)?.ping() } catch (e) { console.error("Invalid syntax in calculated tags or some other error: ", e) }