mirror of
https://github.com/penpot/penpot.git
synced 2025-07-23 03:17:51 +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 @@
|
|||
(into {} (map vec) (seq (.entries ^js headers))))
|
||||
|
||||
(def default-headers
|
||||
{"x-frontend-version" (:full @cfg/version)})
|
||||
{"x-frontend-version" (:full cfg/version)})
|
||||
|
||||
(defn fetch
|
||||
[{:keys [method uri query headers body mode omit-default-headers credentials]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue