🔥 Remove atom wrapping on several config props

This commit is contained in:
Andrey Antukh 2023-06-21 17:51:30 +02:00
parent 0aefd044dc
commit 10205e51cc
14 changed files with 56 additions and 56 deletions

View file

@ -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)))