diff --git a/src/posthog-surveys.ts b/src/posthog-surveys.ts index 6b34823a8..bf18adc41 100644 --- a/src/posthog-surveys.ts +++ b/src/posthog-surveys.ts @@ -59,7 +59,6 @@ export class PostHogSurveys { // we set this to undefined here because we need the persistence storage for this type // but that's not initialized until loadIfEnabled is called. this._surveyEventReceiver = null - this.loadIfEnabled() } afterDecideResponse(response: DecideResponse) {