Skip to content

Commit 10a6149

Browse files
committed
Remove fetch casting in auth-compat
1 parent 498bc7b commit 10a6149

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/auth-compat/index.node.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,4 @@ export * from './index';
2525
import { FetchProvider } from '@firebase/auth/internal';
2626
import './index';
2727

28-
FetchProvider.initialize(
29-
fetch as unknown as typeof fetch,
30-
Headers as unknown as typeof Headers,
31-
Response as unknown as typeof Response
32-
);
28+
FetchProvider.initialize(fetch, Headers, Response);

0 commit comments

Comments
 (0)