We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366f10d commit 6407a73Copy full SHA for 6407a73
1 file changed
src/frameworks/koa.js
@@ -19,7 +19,7 @@ async function validate(validateRequest, ctx, next) {
19
if (errors) {
20
throw errors;
21
}
22
- next();
+ await next();
23
24
25
module.exports = {
0 commit comments