feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
14.97k stars 744 forks source link

fix(schema): Remove undefined $select when using resolveResult hook #3354

Closed marshallswain closed 7 months ago

marshallswain commented 7 months ago

Without this code, an extra $select: undefined is added to queries. This little update fixes that issue.