Skip to content

Commit a8a5fcd

Browse files
committed
Revert let back to const
1 parent 0c1e180 commit a8a5fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vitessce/widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def get_uid_str(uid):
173173
if (!proxy || hasHostName) {
174174
return config;
175175
}
176-
let { origin, pathname } = new URL(window.location.href);
176+
const { origin, pathname } = new URL(window.location.href);
177177
const isInWorkspaces = origin.startsWith(WORKSPACES_URL_KEYWORD);
178178
const jupyterLabConfigEl = document.getElementById('jupyter-config-data');
179179

0 commit comments

Comments
 (0)