From 4fa91c0fc56eec9f66da2a9fa19a8c33fc084969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tron=C3=AD=C4=8Dek?= Date: Tue, 18 Jun 2024 21:28:01 +0200 Subject: [PATCH] Finish off Dashboard detection migration --- src/contents/gitpod-dashboard.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/contents/gitpod-dashboard.ts b/src/contents/gitpod-dashboard.ts index eb9d2f5..fcf282d 100644 --- a/src/contents/gitpod-dashboard.ts +++ b/src/contents/gitpod-dashboard.ts @@ -38,7 +38,6 @@ const automaticallyUpdateEndpoint = async () => { }; if (isSiteGitpod()) { - sessionStorage.setItem("browser-extension-installed", "true"); // todo(ft): delete after migration is complete localStorage.setItem("extension-last-seen-active", new Date().toISOString()); const targetElement = document.querySelector(`meta[name="extension-active"]`); if (targetElement) {