Skip to content

Commit

Permalink
Fix Schema Upload explain
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Aug 7, 2018
1 parent 282fa7f commit df5d7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/reitit-schema/src/reitit/ring/schema.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(spec [_]
(s/spec m))
(explain [_]
(cons 'file m))
(list 'file m))

swagger/SwaggerSchema
(-transform [_ _]
Expand Down

0 comments on commit df5d7fc

Please sign in to comment.