mirror of
https://github.com/penpot/penpot.git
synced 2025-07-21 14:37:15 +02: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!
|
(defn send!
|
||||||
[{:keys [body headers auth method query url response-type]
|
[{:keys [body headers auth method query url response-type]
|
||||||
:or {auth true response-type :text}}]
|
:or {auth true response-type :text}}]
|
||||||
(let [headers (merge {"accept" "application/transit+json,*/*"}
|
(let [headers (merge {"Accept" "application/transit+json,*/*"}
|
||||||
(when (map? body) +headers+)
|
(when (map? body) +headers+)
|
||||||
headers)
|
headers)
|
||||||
request {:method method
|
request {:method method
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue