فهرست منبع

fix: posthog init

Tienson Qin 2 ماه پیش
والد
کامیت
cee1572acd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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]