Skip to content

Commit 959bb34

Browse files
committed
Fix build
1 parent e07d1e3 commit 959bb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vscode-host/src/deth/commands/ethViewerCommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const ethViewerCommands = {
1717
return path.startsWith("0x") ? path : undefined;
1818
},
1919
getApiName: (): string | undefined => {
20-
const { hostname, search } = window.location;
20+
const { search } = window.location;
2121

2222
const searchParam = new URLSearchParams(search).get("explorer");
2323

0 commit comments

Comments
 (0)