From 0157c67118cd29bda71f07aed20ddb893c202280 Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:35:59 +0100 Subject: [PATCH] remove duplicate call --- src/posthog-core.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/posthog-core.ts b/src/posthog-core.ts index 65bf182e3..938c11091 100644 --- a/src/posthog-core.ts +++ b/src/posthog-core.ts @@ -1857,7 +1857,6 @@ export class PostHog { this.heatmaps?.startIfEnabled() this.surveys.loadIfEnabled() this.siteApps?.loadIfEnabled() - this.surveys.loadIfEnabled() this._sync_opt_out_with_persistence() } }