Skip to content

Commit

Permalink
Remove real live api key
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyZhang777 committed Jan 23, 2024
1 parent 93a8083 commit a9ddf1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/search-headless",
"version": "2.5.0",
"version": "2.5.1",
"description": "A library for powering UI components for Yext Search integrations",
"author": "[email protected]",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion test-site-node/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { provideHeadless } = require('@yext/search-headless');

const answers = provideHeadless({
apiKey: '2d8c550071a64ea23e263118a2b0680b',
apiKey: '<REPLACE ME>',
experienceKey: 'slanswers',
locale: 'en'
});
Expand Down

0 comments on commit a9ddf1b

Please sign in to comment.