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'