mirror of
https://github.com/penpot/penpot.git
synced 2026-03-18 16:33:49 +00:00
misc(frontend): cosmetic change on repo impl ns
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user