We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2814b67 + f755e9e commit 5b21c9cCopy full SHA for 5b21c9c
4 files changed
lib/handler.js
@@ -16,6 +16,8 @@ async function dispatch(middleware, state, i = 0) {
16
}
17
18
await dispatch(middleware, state, i + 1);
19
+
20
+ return state.result;
21
};
22
23
const result = await fn(state.event, state.context, next);
0 commit comments