Skip to content

Commit

Permalink
test assigning docsearch to a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
yfanti committed Jul 22, 2024
1 parent 5d2ab94 commit b7640d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/vendor/search-algolia.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ window.antoraAlgolia = (function () {
const indexName = scriptAttrs.indexName

// eslint-disable-next-line no-undef
docsearch({
var search = docsearch({
apiKey: apiKey,
appId: apiId,
indexName: indexName,
Expand Down

0 comments on commit b7640d6

Please sign in to comment.