Skip to content

Commit

Permalink
Fix kibit error
Browse files Browse the repository at this point in the history
Co-authored-by: Iain Wood <iain.wood@flexiana.com>
  • Loading branch information
gmsvalente and Iain Wood committed Dec 1, 2023
1 parent 7a40739 commit 1c9a43d
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 @@ -55,8 +55,7 @@
(if (get acc method)
(if (get-in acc [method :handler])
acc
(-> acc
(assoc-in [method :handler] identity)))
(assoc-in acc [method :handler] identity))
acc))
opt-map
all-methods))
Expand Down

0 comments on commit 1c9a43d

Please sign in to comment.