Skip to content

Commit

Permalink
Removed untouched getHeaderPrefix line
Browse files Browse the repository at this point in the history
  • Loading branch information
four43 committed Feb 8, 2016
1 parent cd4c4db commit b4f9b11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ HttpHeaderTransport.prototype.getHeaderPrefix = function (options) {
else if (options.userId !== undefined) {
return this.headerPrefix + options.level + '-' + options.userId;
}
return this.headerPrefix + a + '-' + b;
};

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "winstonjs-transport-http-headers",
"version": "0.1.0",
"version": "0.1.1",
"description": "A WinstonJS transport that logs to HTTP headers, useful for sending profiling data to the browser that doesn't muddle the response body.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit b4f9b11

Please sign in to comment.