mirror of
https://github.com/penpot/penpot.git
synced 2025-06-15 11:21:39 +02:00
🔥 Remove atom wrapping on several config props
This commit is contained in:
parent
0aefd044dc
commit
10205e51cc
14 changed files with 56 additions and 56 deletions
|
@ -51,7 +51,7 @@
|
|||
|
||||
(defmethod handler :configure
|
||||
[{:keys [key val]}]
|
||||
(log/info :hint "configure worker" :key key :val val)
|
||||
(log/info :hint "configure worker" :key key :val (dm/str val))
|
||||
(case key
|
||||
:public-uri
|
||||
(set! cf/public-uri val)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue