summaryrefslogtreecommitdiffstats
path: root/lib/sendgrid.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sendgrid.js')
-rw-r--r--lib/sendgrid.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sendgrid.js b/lib/sendgrid.js
index 0bb33c5..821e6c1 100644
--- a/lib/sendgrid.js
+++ b/lib/sendgrid.js
@@ -5,8 +5,6 @@ var https = require('https');
var _ = require('underscore');
function SendGrid(credentials) {
- var self = this;
-
this.api_user = credentials.api_user;
this.api_key = credentials.api_key;
}