Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc8e45da

Browse files
committed
fix: fix lint warnings
1 parentb839ad5 commitc8e45da

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎src/inbox.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export class Inbox implements vscode.Disposable {
4949

5050
logger.debug(`Connecting to inbox WebSocket at:${socketUrl}`)
5151

52-
constcoderSessionTokenHeader="Coder-Session-Token"
5352
consttoken=restClient.getAxiosInstance().defaults.headers.common[coderSessionTokenHeader]asstring|undefined
5453
this.#socket=newWebSocket(newURL(socketUrl),{
5554
agent:httpAgent,

‎src/remote.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,9 +731,8 @@ export class Remote {
731731
})+
732732
"/s\n"
733733

734-
constderpLatency=network.derp_latency[network.preferred_derp]||undefined;
734+
constderpLatency=network.derp_latency[network.preferred_derp]||undefined
735735
if(!network.p2p&&derpLatency!==undefined){
736-
737736
networkStatus.tooltip+=`You ↔${derpLatency.toFixed(2)}ms ↔${network.preferred_derp}${(
738737
network.latency-derpLatency
739738
).toFixed(2)}ms ↔ Workspace`

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp