Skip to content

Commit ad2ce6c

Browse files
authored
revert changes in wrong branch
1 parent 46ba151 commit ad2ce6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/serverActions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ export async function serverActions(): Promise<void> {
219219
const path = vscode.Uri.parse(urlString).path;
220220
const token = await getCSPToken(api, path);
221221
if (token.length > 0) {
222-
urlString += urlString.includes("?") ? "" : "?";
223222
urlString += `&CSPCHD=${token}`;
224223
}
225224
}

0 commit comments

Comments
 (0)