Skip to content

Commit 6ad9f0d

Browse files
authored
Compiled code (#16)
1 parent 518ea45 commit 6ad9f0d

6 files changed

+6
-6
lines changed

dist/apisearch.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apisearch.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apisearch.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apisearch.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Query/Query.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ var Query = /** @class */ (function () {
890890
for (var i in this.itemsPromoted) {
891891
array
892892
.items_promoted
893-
.push(this.itemsPromoted[i].toArray);
893+
.push(this.itemsPromoted[i].toArray());
894894
}
895895
}
896896
return array;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apisearch",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "Javascript client for Apisearch.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)