[Skip-CI] Fix bug in browser cljs
This commit is contained in:
parent
4ee29ee950
commit
2dce3a2f26
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
(defn config-from-document []
|
||||
(let [issuer (br/get-content-from-element "issuer" :optional true)]
|
||||
(merge
|
||||
{:websites (br/get-content-from-element "websites" :deserializer edn/read-string)}
|
||||
(br/get-content-from-element "websites" :deserializer edn/read-string)
|
||||
(when (not (st/blank? issuer))
|
||||
{:issuer issuer}))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue