Skip to content

Commit

Permalink
0.8.5: fix linting build
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Dec 13, 2022
1 parent f4a2c15 commit 35c7283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langame-website",
"version": "0.8.4",
"version": "0.8.5",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ seed(new Date().getTime() * Math.random());

import * as Sentry from "@sentry/react";
import { BrowserTracing } from "@sentry/tracing";
import posthog from "posthog-js";
import {posthog} from "posthog-js";
import { createRoot } from "react-dom/client";

posthog.init("phc_EvDPItRieyNWaty1qV6G9Lq3EFhYXm20WQugG8WxVOw", { api_host: "https://eu.posthog.com" })
Expand Down

0 comments on commit 35c7283

Please sign in to comment.