From 4de47e08afd6e3be853e8e709413d47bdbd45125 Mon Sep 17 00:00:00 2001 From: Bandana Laishram Date: Tue, 16 Jul 2024 17:18:16 +0530 Subject: [PATCH] Lint fix --- libs/navigation/footer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/navigation/footer.js b/libs/navigation/footer.js index 99472397e5..53b7f9f8f5 100644 --- a/libs/navigation/footer.js +++ b/libs/navigation/footer.js @@ -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;