mirror of
https://github.com/penpot/penpot.git
synced 2026-03-01 07:43:45 +00:00
📎 Change rpc middleware order (minor)
This commit is contained in:
committed by
Andrés Moya
parent
59ba87d9cd
commit
dfb73192b8
@@ -161,8 +161,8 @@
|
||||
[cfg f mdata]
|
||||
(let [f (as-> f $
|
||||
(wrap-dispatch cfg $ mdata)
|
||||
(wrap-metrics cfg $ mdata)
|
||||
(retry/wrap-retry cfg $ mdata)
|
||||
(wrap-metrics cfg $ mdata)
|
||||
(climit/wrap cfg $ mdata)
|
||||
(rlimit/wrap cfg $ mdata)
|
||||
(wrap-audit cfg $ mdata))
|
||||
|
||||
Reference in New Issue
Block a user