Run npm lint

This commit is contained in:
Senthamil Sindhu 2024-07-08 13:40:25 -07:00
parent 23e81b5216
commit 05f2bf8360
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ async function configurePortal(): Promise<Explorer> {
});
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")) {