Skip to content

Commit

Permalink
Updated client version
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed May 9, 2024
1 parent 974d1dd commit 3c8542d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manticoresearch-dev",
"version": "4.2.0",
"version": "4.2.1",
"description": "Javascript client for Manticore Search",
"license": "MIT",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/api/SearchApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* @param {module:model/PercolateRequest} percolateRequest
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/SearchResponse} and HTTP response
*/
this.percolateWithHtstringtpInfo = function(index, percolateRequest) {
this.percolateWithHttpInfo = function(index, percolateRequest) {
var postBody = JSON.parse(JSON.stringify(percolateRequest));


Expand Down

0 comments on commit 3c8542d

Please sign in to comment.