Skip to content

Commit

Permalink
Revert remaining env var reference and remove unused package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
likimmy committed Feb 9, 2024
1 parent 097d676 commit 2f21307
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion static/js/theme-map/Maps/Providers/Baidu.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ class BaiduPin extends ProviderPin {

// Load Function

const yextAPIKey = process.env.BAIDU_API_KEY;
const yextAPIKey = 'bxNEoKKmzVSORkUQGwRxLbtis4Wwokdg';
const baseUrl = 'https://api.map.baidu.com/getscript';

/**
Expand Down
1 change: 0 additions & 1 deletion static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"comment-json": "^4.1.1",
"css-loader": "^3.4.2",
"currency-symbol-map": "^5.0.1",
"dotenv": "^16.4.1",
"esbuild-loader": "^2.13.1",
"file-system": "^2.2.2",
"fs-extra": "^9.0.1",
Expand Down

0 comments on commit 2f21307

Please sign in to comment.