fix macro

This commit is contained in:
Gered 2014-09-24 14:36:52 -04:00
parent 2fa6cded59
commit 8ef5d3a29e

View file

@ -34,7 +34,7 @@
"wraps code that performs FHIR operations such that each FHIR HTTP request will have "wraps code that performs FHIR operations such that each FHIR HTTP request will have
any extra HTTP headers specified in the given headers map." any extra HTTP headers specified in the given headers map."
[headers & body] [headers & body]
`(binding [*extra-headers* headers] `(binding [*extra-headers* ~headers]
~@body)) ~@body))
(defn- ->fhir-resource-name [x] (defn- ->fhir-resource-name [x]