mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
misc(frontend): cosmetic change on repo impl ns
This commit is contained in:
parent
c98e89278f
commit
7dc5ee3d4e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
(defn send!
|
||||
[{:keys [body headers auth method query url response-type]
|
||||
:or {auth true response-type :text}}]
|
||||
(let [headers (merge {"accept" "application/transit+json,*/*"}
|
||||
(let [headers (merge {"Accept" "application/transit+json,*/*"}
|
||||
(when (map? body) +headers+)
|
||||
headers)
|
||||
request {:method method
|
||||
|
|
Loading…
Add table
Reference in a new issue