remove unused function arguments
This commit is contained in:
parent
fb678f0afe
commit
d148078253
@ -49,7 +49,7 @@ smtp.createServer(serverOpts, function(req) {
|
|||||||
http.post({
|
http.post({
|
||||||
url: serverOpts.endpoint,
|
url: serverOpts.endpoint,
|
||||||
json: email
|
json: email
|
||||||
}, function(err, res, body) {
|
}, function(err) {
|
||||||
if (err) console.error(err);
|
if (err) console.error(err);
|
||||||
})
|
})
|
||||||
}).on("error", function(err) {
|
}).on("error", function(err) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user