Skip to content

Commit 58680cb

Browse files
SSR: Fix a typescript lint warning
1 parent 3dac31f commit 58680cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export function ssr(ctx: Ctx): Cmd {
190190
if (!editor || !client) return;
191191

192192
const position = editor.selection.active;
193-
let textDocument = { uri: editor.document.uri.toString() };
193+
const textDocument = { uri: editor.document.uri.toString() };
194194

195195
const options: vscode.InputBoxOptions = {
196196
value: "() ==>> ()",

0 commit comments

Comments
 (0)