We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9230b8 commit 72e81daCopy full SHA for 72e81da
editors/code/src/commands/ssr.ts
@@ -23,7 +23,7 @@ export function ssr(ctx: Ctx): Cmd {
23
24
if (!request) return;
25
26
- const change = await client.sendRequest(ra.ssr, { arg: request },);
+ const change = await client.sendRequest(ra.ssr, { arg: request });
27
28
await applySourceChange(ctx, change);
29
};
0 commit comments