mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Remove any casts in auth extensions (#270089)
This commit is contained in:
committed by
GitHub
parent
59308a8b5e
commit
8845fc4b5c
@@ -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