Skip to content

Commit 7ec6740

Browse files
Nik 'Fire Eater' Krimmmonkpow
authored andcommitted
[#390] Kills extra call to next().
1 parent 9af657e commit 7ec6740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/steps/maybeSkipToNextHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function maybeSkipToNextHandler(container) {
1212
.then(function (shouldSkipToNext) {
1313
if (shouldSkipToNext) {
1414
container.user.res.expressHttpProxy = container.proxy;
15-
return Promise.reject(container.user.next());
15+
return Promise.reject();
1616
} else {
1717
return Promise.resolve(container);
1818
}

0 commit comments

Comments
 (0)