mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-05 12:35:06 +01:00
Remove any casts in auth extensions (#270089)
This commit is contained in:
@@ -5,5 +5,4 @@
|
||||
|
||||
import { webcrypto } from 'crypto';
|
||||
|
||||
// eslint-disable-next-line local/code-no-any-casts
|
||||
export const crypto = webcrypto as any as Crypto;
|
||||
export const crypto = webcrypto;
|
||||
|
||||
Reference in New Issue
Block a user