Skip to content

Commit a00b042

Browse files
committed
resolve merge conflict
1 parent 3737ce5 commit a00b042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ var client = function(sitekey, privatekey) {
117117
this.throttledSuggestionsFetch = throttle(this.settings.getSettings().throttleTimeMs, executeApiFetch);
118118
}
119119
this.throttledSuggestionsFetch(this.apiHostname, this.sitekey, 'recommend', null, callback, false, null, options);
120+
}
120121

121122
/**
122123
* Fetch Range Facets

0 commit comments

Comments
 (0)