Remove any casts in auth extensions (#270089)

This commit is contained in:
Tyler James Leonhardt
2025-10-06 12:28:27 -07:00
committed by GitHub
parent 59308a8b5e
commit 8845fc4b5c
2 changed files with 3 additions and 5 deletions

View File

@@ -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;