0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/middleware/validation
Hannah Wolfe b0af496c98 💄 Ensure all middleware use named functions (#7434)
no issue

- anonymous functions are hard to debug in memory traces etc
- having anonymous middleware functions makes it hard to inspect or debug the middleware stack (something I like to do)
- these 2 are the only ones atm, including all 3rd party middleware
2016-09-26 11:10:44 +02:00
..
index.js feature: upload validation middleware (#7208) 2016-08-18 20:25:51 +01:00
upload.js 💄 Ensure all middleware use named functions (#7434) 2016-09-26 11:10:44 +02:00