(fn, request, reply, next)
| 266 | } |
| 267 | |
| 268 | function onResponseHookIterator (fn, request, reply, next) { |
| 269 | return fn(request, reply, next) |
| 270 | } |
| 271 | |
| 272 | const onResponseHookRunner = hookRunnerGenerator(onResponseHookIterator) |
| 273 | const preValidationHookRunner = hookRunnerGenerator(hookIterator) |