Skip to content

Commit

Permalink
Fix zen-package/build-complete-ftr-index ztx swap args eval
Browse files Browse the repository at this point in the history
Co-authored-by: @islambegkatibov <[email protected]>
  • Loading branch information
KGOH and katibov committed Dec 16, 2022
1 parent d9d5b73 commit 1cc305a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ftr/zen_package.clj
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,8 @@
:ftr-dir inferred-ftr-dir
:path path})]

(swap! ztx (fn [ztx-val]
(assoc ztx-val :zen.fhir/ftr-index {:result (index-by-tags tag-index-paths)
:complete? true})))))
(swap! ztx assoc :zen.fhir/ftr-index {:result (index-by-tags tag-index-paths)
:complete? true})))


(defn- enrich-ftr-index-with-tf [ftr-index ftr-tag tf-path]
Expand Down

0 comments on commit 1cc305a

Please sign in to comment.