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

Doc for `iff` is wrong #743

Open rudolph9 opened 7 months ago

rudolph9 commented 7 months ago

https://hooks-common.feathersjs.com/hooks.html#iff image

Says the third argument is the hookFuncsFalse but is actually treated as chained additional hook to invoke in true case.

It looks like this actually describing the args for iffElse.