Robert Mirro

Results 2 comments of Robert Mirro

It isn't necesssary to pass `next`, right? ``` Promise.resolve(fn(req, res))... ```

@dolvik I thought the point of the final example was to avoid `next` in the callback and `throw` instead. Also... I'm guessing that `asyncMiddleware` wraps the result of the callback...