Skip to content

Commit

Permalink
Fix clj-kondo
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsvalente committed Sep 27, 2023
1 parent 9e385f3 commit eca9dda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/xiana/swagger.clj
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,7 @@
(defn ->swagger-data
"Update config with swagger data"
[config]
(let [internal? true
render? true
(let [render? true
type :json
config (update-in config [:xiana/swagger :data] eval)
route-opt-map {:data (get-in config [:xiana/swagger :data])}
Expand Down

0 comments on commit eca9dda

Please sign in to comment.