From cfeaeedb942f19b4c3a494355531ac2aa137fc9a Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Tue, 23 Sep 2025 21:15:53 +0800 Subject: [PATCH] fix: lint --- src/main/frontend/worker/state.cljs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/frontend/worker/state.cljs b/src/main/frontend/worker/state.cljs index 5fcd389da3..ee96f52612 100644 --- a/src/main/frontend/worker/state.cljs +++ b/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 []))