Open rudolph9 opened 9 months ago
https://hooks-common.feathersjs.com/hooks.html#iff
Says the third argument is the hookFuncsFalse but is actually treated as chained additional hook to invoke in true case.
hookFuncsFalse
It looks like this actually describing the args for iffElse.
iffElse
Docs seem to be outdated. The Migrating page seems to imply that Version 5.0.0 is the latest and/or there are no breaking changes since 5.x.
https://hooks-common.feathersjs.com/hooks.html#iff
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
.