From 05f2bf8360f4fc352edd6394828a09db6a382aab Mon Sep 17 00:00:00 2001 From: Senthamil Sindhu Date: Mon, 8 Jul 2024 13:40:25 -0700 Subject: [PATCH] Run npm lint --- src/hooks/useKnockoutExplorer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useKnockoutExplorer.ts b/src/hooks/useKnockoutExplorer.ts index 53273f754..aee539e73 100644 --- a/src/hooks/useKnockoutExplorer.ts +++ b/src/hooks/useKnockoutExplorer.ts @@ -442,7 +442,7 @@ async function configurePortal(): Promise { }); let explorer: Explorer; - return new Promise(async (resolve) => { + return new Promise((resolve) => { // In development mode, try to load the iframe message from session storage. // This allows webpack hot reload to function properly in the portal if (process.env.NODE_ENV === "development" && !window.location.search.includes("disablePortalInitCache")) {