Skip to content

Commit d46d84b

Browse files
committed
Fix typing issue
1 parent 6dfbed1 commit d46d84b

File tree

1 file changed

+1
-1
lines changed
  • packages-exp/app-check-exp/src

1 file changed

+1
-1
lines changed

packages-exp/app-check-exp/src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function initializeAppCheck(
5757

5858
if (provider.isInitialized()) {
5959
const existingInstance = provider.getImmediate();
60-
const initialOptions = provider.getOptions() as AppCheckOptions;
60+
const initialOptions = provider.getOptions() as unknown as AppCheckOptions;
6161
if (
6262
initialOptions.isTokenAutoRefreshEnabled ===
6363
options.isTokenAutoRefreshEnabled &&

0 commit comments

Comments
 (0)