Skip to content

Commit

Permalink
[minor] Fix minor inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki authored and indexzero committed Oct 3, 2011
1 parent 31711f2 commit ddd8bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/winston/transports/webhook.js
Expand Up @@ -83,7 +83,7 @@ Webhook.prototype.log = function (level, msg, meta, callback) {
headers: { 'Content-Type': 'application/json' }
};

if (self.ssl) {
if (this.ssl) {
options.ca = this.ssl.ca;
options.key = this.ssl.key;
options.cert = this.ssl.cert;
Expand Down

0 comments on commit ddd8bd5

Please sign in to comment.