File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 (satisfies? cc/Coercion coercion) coercion
2525 :else (throw (ex-info (str " invalid coercion " coercion) {:coercion coercion}))))
2626
27- (defn get-apidocs [mayby -coercion spec info]
28- (if-let [coercion (resolve-coercion mayby -coercion)]
27+ (defn get-apidocs [maybe -coercion spec info]
28+ (if-let [coercion (resolve-coercion maybe -coercion)]
2929 (cc/get-apidocs coercion spec info)))
3030
3131(defn coerce-request! [model in type keywordize? open? request]
Original file line number Diff line number Diff line change 101101 (into
102102 (empty responses)
103103 (for [[k response] responses]
104- [k (update response :schema maybe-memoized-specify)])))))
104+ [k (update response :schema #( some-> % maybe-memoized-specify) )])))))
105105
106106 (make-open [_ spec] spec)
107107
You can’t perform that action at this time.
0 commit comments