Skip to content

Commit d5a65f7

Browse files
committed
add todo comment about storage change
1 parent 0e85d1b commit d5a65f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contents/gitpod-dashboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const automaticallyUpdateEndpoint = async () => {
3232
};
3333

3434
if (isSiteGitpod()) {
35-
sessionStorage.setItem("browser-extension-installed", "true");
35+
sessionStorage.setItem("browser-extension-installed", "true"); // todo(ft): delete after migration is complete
3636
localStorage.setItem("extension-last-seen-active", new Date().toISOString());
3737
automaticallyUpdateEndpoint();
3838
}

0 commit comments

Comments
 (0)