Skip to content

Commit a047de5

Browse files
authored
Merge pull request #77 from AddSearch/remove-copy-click-code
remove copy click method
2 parents d03c5ac + eb7ada5 commit a047de5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/index.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,6 @@ var client = function (sitekey, privatekey) {
108108
return putSentimentClick(this.apiHostname, this.sitekey, conversationId, sentimentValue);
109109
};
110110

111-
/**
112-
* Post a copy click value to the conversational search interactions API
113-
*
114-
* @param {string} conversationId Argument 1: Conversation ID
115-
* @returns {Promise<boolean|Object>} Resolves to true if successful, rejects with an error object if unsuccessful
116-
*/
117-
this.putCopyClick = function (conversationId) {
118-
return putCopyClick(this.apiHostname, this.sitekey, conversationId);
119-
};
120-
121111
/**
122112
* Fetch search suggestions
123113
*

0 commit comments

Comments
 (0)