Selaa lähdekoodia

fix: posthog init

Tienson Qin 1 kuukausi sitten
vanhempi
sitoutus
cee1572acd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/main/frontend/modules/instrumentation/posthog.cljs

+ 1 - 1
src/main/frontend/modules/instrumentation/posthog.cljs

@@ -1,5 +1,5 @@
 (ns frontend.modules.instrumentation.posthog
-  (:require ["posthog-js$default" :as posthog]
+  (:require ["posthog-js" :as posthog]
             [cljs-bean.core :as bean]
             [frontend.config :as config]
             [frontend.mobile.util :as mobile-util]