Nick: fixed prettier
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { PostHog } from 'posthog-node';
|
||||
import { PostHog } from "posthog-node";
|
||||
import "dotenv/config";
|
||||
import { logger } from '../../src/lib/logger';
|
||||
import { logger } from "../../src/lib/logger";
|
||||
|
||||
export default function PostHogClient(apiKey: string) {
|
||||
const posthogClient = new PostHog(apiKey, {
|
||||
@@ -24,4 +24,4 @@ export const posthog = process.env.POSTHOG_API_KEY
|
||||
"POSTHOG_API_KEY is not provided - your events will not be logged. Using MockPostHog as a fallback. See posthog.ts for more."
|
||||
);
|
||||
return new MockPostHog();
|
||||
})();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user