Skip to content

Commit

Permalink
Boyscout
Browse files Browse the repository at this point in the history
  • Loading branch information
aureeaubert committed Jul 16, 2018
1 parent 22b3985 commit 3fc717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/close.io.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var Closeio = function(apiKey) {
}
};
this.contact = {
search: function() {
search: function(options) {
return closeio._search('/contact/', options);
},
create: function(options) {
Expand Down

0 comments on commit 3fc717f

Please sign in to comment.