Skip to content

Commit

Permalink
made openapi clj, not cljc
Browse files Browse the repository at this point in the history
  • Loading branch information
Martín Varela committed Feb 9, 2024
1 parent e7be632 commit cb1c5e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,5 @@
([req res raise]
(try
(res (create-openapi req))
(catch #?(:clj Exception :cljs :default) e
(catch Exception e
(raise e))))))

0 comments on commit cb1c5e8

Please sign in to comment.