Skip to content

Commit

Permalink
Finish off Dashboard detection migration
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Jun 18, 2024
1 parent 9987769 commit 4fa91c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/contents/gitpod-dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4fa91c0

Please sign in to comment.