Skip to content

Commit

Permalink
Remove real live api key (#164) (#165)
Browse files Browse the repository at this point in the history
Merge develop into main
  • Loading branch information
EmilyZhang777 committed Jan 26, 2024
1 parent 93a8083 commit acece2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test-site-node/index.js
@@ -1,7 +1,7 @@
const { provideHeadless } = require('@yext/search-headless');

const answers = provideHeadless({
apiKey: '2d8c550071a64ea23e263118a2b0680b',
apiKey: process.env.API_KEY,
experienceKey: 'slanswers',
locale: 'en'
});
Expand Down
6 changes: 3 additions & 3 deletions test-site-node/package-lock.json

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

0 comments on commit acece2b

Please sign in to comment.