🔧 Make private function

This commit is contained in:
Andrés Moya 2025-04-25 14:31:47 +02:00 committed by Andrés Moya
parent 4a7b72dae1
commit 5c74349de0

View file

@ -11,7 +11,7 @@
[app.common.types.tokens-lib :as ctob]
[app.main.data.helpers :as dsh]))
(defn get-selected-token-set-name [state]
(defn- get-selected-token-set-name [state]
(or (get-in state [:workspace-tokens :selected-token-set-name])
(some-> (dsh/lookup-file-data state)
(get :tokens-lib)