Skip to content

Commit

Permalink
Remove fetch casting in auth-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
DellaBitta committed Sep 20, 2024
1 parent 498bc7b commit 10a6149
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/auth-compat/index.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,4 @@ export * from './index';
import { FetchProvider } from '@firebase/auth/internal';
import './index';

FetchProvider.initialize(
fetch as unknown as typeof fetch,
Headers as unknown as typeof Headers,
Response as unknown as typeof Response
);
FetchProvider.initialize(fetch, Headers, Response);

0 comments on commit 10a6149

Please sign in to comment.