feathersjs-ecosystem / feathers-hooks-common

Useful hooks for use with FeathersJS services.
https://hooks-common.feathersjs.com
MIT License
193 stars 90 forks source link

[docs] Fix softDelete arguments array #716

Closed mdartic closed 1 year ago

mdartic commented 1 year ago

In the documentation, the array of arguments of softDelete hooks is broken.

https://hooks-common.feathersjs.com/hooks.html#softdelete

This should fix it.

fratzinger commented 1 year ago

perfect, thank you very much!