0
Fork 0
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:
Andrey Antukh 2019-06-19 16:46:14 +02:00
parent c98e89278f
commit 7dc5ee3d4e

View file

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