elysiajs / elysia

Ergonomic Framework for Humans
https://elysiajs.com
MIT License
9.74k stars 207 forks source link

🐞 fix: add handling arrays with getter fields in clean retrieval #753

Closed m1212e closed 1 month ago

m1212e commented 1 month ago

In addition to my last PR (https://github.com/elysiajs/elysia/pull/718) this adds some logic to handle arrays with (nested) getter fields on objects which were not covered by the cleaner yet.