Merge pull request #557 from handerpeder/master

Polish pedestal chains when printing context diffs
This commit is contained in:
Tommi Reiman 2023-01-09 17:18:39 +02:00 committed by GitHub
commit 23c20dc44e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,9 @@
(defn- polish [ctx]
(-> ctx
(dissoc ::original ::previous :stack :queue)
(dissoc ::original ::previous :stack :queue
:io.pedestal.interceptor.chain/stack
:io.pedestal.interceptor.chain/queue)
(update :request dissoc ::r/match ::r/router)))
(defn- handle [name stage]