Skip to content

Commit

Permalink
fix(middleware): typo in name
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Brunner committed Jul 11, 2016
1 parent 05dcc18 commit cbb8b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ App.prototype = {
},


addRequestIdmiddleware: function(options) {
addRequestIdMiddleware: function(options) {
options = options || { expose: 'x-request-id', header: 'x-request-id', query: 'x-request-id' };
this.addMiddleware(requestId(options));
},
Expand Down

0 comments on commit cbb8b04

Please sign in to comment.