diff options
author | Jeremy Kolb <[email protected]> | 2020-08-09 23:09:27 +0100 |
---|---|---|
committer | Jeremy Kolb <[email protected]> | 2020-08-09 23:09:27 +0100 |
commit | 58c97bdcbf6d7df218028f75373cfc4916043693 (patch) | |
tree | 3fab19c601751bcaf5357b5b2b5ad087c87c0d34 /editors | |
parent | 7252babc136b351d5011a78878607c7aaeea5ed8 (diff) |
Remove 'as any'
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/src/client.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/client.ts b/editors/code/src/client.ts index bd7a150f0..f5db55b8c 100644 --- a/editors/code/src/client.ts +++ b/editors/code/src/client.ts | |||
@@ -129,7 +129,7 @@ export function createClient(serverPath: string, cwd: string): lc.LanguageClient | |||
129 | ); | 129 | ); |
130 | } | 130 | } |
131 | 131 | ||
132 | } as any | 132 | } |
133 | }; | 133 | }; |
134 | 134 | ||
135 | const client = new lc.LanguageClient( | 135 | const client = new lc.LanguageClient( |