From 93da106dbc2b1f6bc0d3f867ea909afcfddf0bb4 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sat, 10 Dec 2022 11:26:53 -0500 Subject: [PATCH] test --- frontend/components/analytics/posthog.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/components/analytics/posthog.js b/frontend/components/analytics/posthog.js index 8b8e88a22..6f0c6a2ff 100644 --- a/frontend/components/analytics/posthog.js +++ b/frontend/components/analytics/posthog.js @@ -4,7 +4,6 @@ import { ENV, POSTHOG_API_KEY, POSTHOG_HOST } from '../utilities/config'; export const initPostHog = () => { if (typeof window !== 'undefined') { - // eslint-disable-next-line if (ENV == 'production' && TELEMETRY_CAPTURING_ENABLED) { posthog.init(POSTHOG_API_KEY, { api_host: POSTHOG_HOST