fix incorrect call to validate-bundle! fn
This commit is contained in:
parent
81db5968f1
commit
f966e6b26f
|
@ -312,7 +312,7 @@
|
||||||
"returns the base-url from the given FHIR bundle. throws an exception if the
|
"returns the base-url from the given FHIR bundle. throws an exception if the
|
||||||
value passed is not a valid FHIR bundle."
|
value passed is not a valid FHIR bundle."
|
||||||
[bundle]
|
[bundle]
|
||||||
(validate-bundle!)
|
(validate-bundle! bundle)
|
||||||
(->> (:link bundle)
|
(->> (:link bundle)
|
||||||
(filter #(= "fhir-base" (:rel %)))
|
(filter #(= "fhir-base" (:rel %)))
|
||||||
(first)
|
(first)
|
||||||
|
|
Reference in a new issue