Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bandana147 committed Jul 23, 2024
1 parent 9d9944f commit 4de47e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/navigation/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const blockConfig = {
const envMap = {
prod: 'https://www.adobe.com',
stage: 'https://www.stage.adobe.com/',
qa: 'https://feds--milo--adobecom.hlx.page'
}
qa: 'https://feds--milo--adobecom.hlx.page',
};

export default async function loadBlock(configs = {}) {
const { locale, contentRoot, env = 'prod' } = configs;
Expand Down

0 comments on commit 4de47e0

Please sign in to comment.