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 9af657e commit 7ec6740Copy full SHA for 7ec6740
app/steps/maybeSkipToNextHandler.js
@@ -12,7 +12,7 @@ function maybeSkipToNextHandler(container) {
12
.then(function (shouldSkipToNext) {
13
if (shouldSkipToNext) {
14
container.user.res.expressHttpProxy = container.proxy;
15
- return Promise.reject(container.user.next());
+ return Promise.reject();
16
} else {
17
return Promise.resolve(container);
18
}
0 commit comments