Skip to content

Commit

Permalink
fix(algolia): Query
Browse files Browse the repository at this point in the history
  • Loading branch information
maticzav committed Mar 8, 2018
1 parent eb5a286 commit a58c362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algolia.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export const algolia = {

const client = algoliasearch(algolia.appId, algolia.apiKey).initIndex(algolia.indexName)

export const search = query => client.search({ query })
export const search = query => client.search(query)

0 comments on commit a58c362

Please sign in to comment.