Skip to content

Commit

Permalink
Added missing emailAddress parameter for getListsForEmail
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Yochum committed Jul 16, 2015
1 parent 8eecc92 commit dfdb4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interface/clients.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Clients.prototype = {
new Client(this.createsend, clientId).getPrimaryContact(callback);
},

getListsForEmail: function (clientId, callback) {
getListsForEmail: function (clientId, emailAddress, callback) {
new Client(this.createsend, clientId).getListsForEmail(emailAddress, callback);
},

Expand Down

0 comments on commit dfdb4c0

Please sign in to comment.