Skip to content

Commit

Permalink
[fix] Sendgrid -> SendGrid
Browse files Browse the repository at this point in the history
Fixes #46.
  • Loading branch information
mmalecki committed Apr 7, 2013
1 parent 7814ed7 commit b7b691a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/godot/reactor/email.js
Expand Up @@ -6,7 +6,7 @@
*/

var utile = require('utile'),
Sendgrid = require('sendgrid-web'),
SendGrid = require('sendgrid-web'),
ReadWriteStream = require('../common/read-write-stream');

//
Expand Down Expand Up @@ -79,4 +79,4 @@ Email.prototype.write = function (data) {
? self.emit('error', err)
: self.emit('data', data);
});
};
};

0 comments on commit b7b691a

Please sign in to comment.