Skip to content

Commit

Permalink
Compiled code (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoreram authored Jul 15, 2018
1 parent 518ea45 commit 6ad9f0d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/apisearch.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/apisearch.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/apisearch.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/apisearch.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/Query/Query.js
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ var Query = /** @class */ (function () {
for (var i in this.itemsPromoted) {
array
.items_promoted
.push(this.itemsPromoted[i].toArray);
.push(this.itemsPromoted[i].toArray());
}
}
return array;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apisearch",
"version": "0.2.7",
"version": "0.2.8",
"description": "Javascript client for Apisearch.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 6ad9f0d

Please sign in to comment.