We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d47697 commit 9e4efcfCopy full SHA for 9e4efcf
src/driver/koa/KoaDriver.ts
@@ -215,8 +215,7 @@ export class KoaDriver extends BaseDriver {
215
216
// if the action returned the context or the response object itself, short-circuits
217
if (result && (result === options.response || result === options.context)) {
218
- options.next();
219
- return;
+ return options.next();
220
}
221
222
// transform result if needed
0 commit comments