Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Update src/algoliasearch.helper.js
Browse files Browse the repository at this point in the history
Co-authored-by: Haroen Viaene <hello@haroen.me>
  • Loading branch information
2 people authored and eunjae-lee committed Dec 23, 2020
1 parent 2433fb1 commit 7bec235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/algoliasearch.helper.js
Expand Up @@ -278,7 +278,6 @@ AlgoliaSearchHelper.prototype.searchOnce = function(options, cb) {
* @param {string[]} options.queryLanguages - The languages in the query. Currently only supports ['en'].
* @param {number} options.nbHits - Maximum number of answers to retrieve from the Answers Engine. Cannot be greater than 1000.
*
* @return {AlgoliaSearchHelper}
* @return {promise.<AnswersResult>} the answer results
*/
AlgoliaSearchHelper.prototype.findAnswers = function(options) {
Expand Down

0 comments on commit 7bec235

Please sign in to comment.