Browse Source

fix: lint

Tienson Qin 3 weeks ago
parent
commit
cfeaeedb94
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/main/frontend/worker/state.cljs

+ 4 - 3
src/main/frontend/worker/state.cljs

@@ -131,9 +131,10 @@
   []
   (:auth/id-token @*state))
 
-(defn mobile?
-  []
-  (:mobile? (get-context)))
+(comment
+  (defn mobile?
+    []
+    (:mobile? (get-context))))
 
 ;;; ========================== mobile log ======================================
 (defonce *log (atom []))