Skip to content

Commit

Permalink
Added missing return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed May 18, 2018
1 parent 99d579e commit 26d043f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ const applyRedirect = (rewrittenURL, redirects) => {
};
}
}

return null;
};

module.exports = async (request, response, config = {}, methods) => {
Expand Down

0 comments on commit 26d043f

Please sign in to comment.