Skip to content

Commit 3c8542d

Browse files
committed
Updated client version
1 parent 974d1dd commit 3c8542d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manticoresearch-dev",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Javascript client for Manticore Search",
55
"license": "MIT",
66
"main": "src/index.js",

src/api/SearchApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
* @param {module:model/PercolateRequest} percolateRequest
4848
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/SearchResponse} and HTTP response
4949
*/
50-
this.percolateWithHtstringtpInfo = function(index, percolateRequest) {
50+
this.percolateWithHttpInfo = function(index, percolateRequest) {
5151
var postBody = JSON.parse(JSON.stringify(percolateRequest));
5252

5353

0 commit comments

Comments
 (0)