Skip to content

Commit

Permalink
Merge 76d56b1 into d60d4e0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlai committed Jan 23, 2015
2 parents d60d4e0 + 76d56b1 commit a6f3cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ module.exports.requestLogger = function (opts) {

var onResponseFinished = function () {
var responseData = {
req: this.request,
res: this.response
req: this.req,
res: this.res
};

if (err) {
Expand Down

0 comments on commit a6f3cc3

Please sign in to comment.