Open wenq1 opened 4 years ago
In this example is calling await mw.call (this, ctx, next) still necessary? Can I call await mw (ctx, next) directly?
await mw (ctx, next)
In this example is calling await mw.call (this, ctx, next) still necessary? Can I call
await mw (ctx, next)
directly?