Skip to content

Commit

Permalink
fix oewn-extension download
Browse files Browse the repository at this point in the history
  • Loading branch information
simongray committed Jun 19, 2023
1 parent 274f6c6 commit 3d61a1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/dk/cst/dannet/prefix.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@
(defn export-file
"Return filename registered for `prefix` and `type`; accepts `variant` too."
[type prefix & [variant]]
(doto (get-in schemas [prefix :download type (or variant :default)])
(doto (get-in (assoc schemas 'oewn-extension oewn-extension)
[prefix :download type (or variant :default)])
(assert)))

(defn prefix->schema-path
Expand Down

0 comments on commit 3d61a1d

Please sign in to comment.