0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

📎 Change rpc middleware order (minor)

This commit is contained in:
Andrey Antukh 2022-11-07 11:59:41 +01:00 committed by Andrés Moya
parent 59ba87d9cd
commit dfb73192b8

View file

@ -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))