mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
chore: fix lint error in channel.ts
This commit is contained in:
parent
4d3d1b844d
commit
1632a19a76
1 changed files with 1 additions and 1 deletions
|
|
@ -907,5 +907,5 @@ function transformIncoming(remoteAuthority: string, uri: UriComponents | undefin
|
|||
}
|
||||
|
||||
function isDefined<T>(t: T | undefined): t is T {
|
||||
return typeof t !== "undefined";
|
||||
return typeof t !== 'undefined';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue