Skip to content

Commit

Permalink
private
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Apr 11, 2024
1 parent 5570b26 commit cd75cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ring/swagger/json_schema.clj
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
(convert options)
(merge-meta x options))))

(defn try->swagger [v k key-meta opts]
(defn- try->swagger [v k key-meta opts]
(try (->swagger v {:key-meta key-meta ::schema-type (opts->schema-type opts)})
(catch Exception e
(throw
Expand Down

0 comments on commit cd75cb9

Please sign in to comment.