Restore apply-tokens test

This commit is contained in:
Florian Schroedl 2024-10-02 16:57:20 +02:00
parent eceffda095
commit 1df40ea07a
3 changed files with 39 additions and 35 deletions

View file

@ -10,7 +10,7 @@
(update-in state [:data :tokens] assoc id token)))
(defn get-token [file name]
(some-> (get-in file [:data :tokens-li])
(some-> (get-in file [:data :tokens-lib])
(ctob/get-active-themes-set-tokens)
(get name)))