Skip to content

Commit

Permalink
fix native compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
krvital committed Oct 18, 2024
1 parent 7ea38e8 commit 9e8b5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aidbox_sdk/schema.clj
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
(let [valueset (walk/keywordize-keys
(edn/read-string
(slurp
(get fhir-version->value-set-file fhir-version))))]
(get fhir-version->value-set-file fhir-version "resources/r5-value-sets.edn"))))]
(assoc acc fhir-version valueset)))
{}
fhir-versions)))

0 comments on commit 9e8b5ae

Please sign in to comment.