Closed dylanh724 closed 8 years ago
mailchimp.post('/lists/id', { email : '...' ... }) .then(function(results) { ... }, function(err) { ... })
I added .catch to the shorthand examples, same as in the other examples
mailchimp.post('/lists/id', { email : '...' ... }) .then(function(results) { ... }, function(err) { ... })