Skip to content

Commit

Permalink
MWPW-155687 (#2737)
Browse files Browse the repository at this point in the history
* test for perf tiger teams

* MWPW-155687

* removing old
  • Loading branch information
Blainegunn committed Aug 19, 2024
1 parent 6cef424 commit 6f6b80d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/features/placeholders.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const fetchedPlaceholders = {};
window.mph = {};

const getPlaceholdersPath = (config, sheet) => {
const path = `${config.locale.contentRoot}/placeholders.json`;
Expand All @@ -20,6 +21,7 @@ const fetchPlaceholders = async (config, sheet) => {
const placeholders = {};
json.data.forEach((item) => {
placeholders[item.key] = item.value;
window.mph[item.key] = item.value;
});
resolve(placeholders);
});
Expand Down

0 comments on commit 6f6b80d

Please sign in to comment.