From f0654f192cf603a994d8817c65d55183956156a9 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 29 Oct 2024 04:00:01 +0530 Subject: [PATCH] chore: remove execSync --- server/src/utils/analytics.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/utils/analytics.ts b/server/src/utils/analytics.ts index b9b86bb1..00c7d61c 100644 --- a/server/src/utils/analytics.ts +++ b/server/src/utils/analytics.ts @@ -1,5 +1,4 @@ import { PostHog } from 'posthog-node' -import { execSync } from 'child_process' import os from 'os' import fs from 'fs' import path from 'path'