Skip to content

Commit 97eee8f

Browse files
committed
chore: fix type error
1 parent c559731 commit 97eee8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (import.meta.env.DEV) {
2727
console.log('auth emulator already connected', error);
2828
}
2929
if (typeof window !== 'undefined') {
30-
(window as any)['_firebase_auth_emulator'] = true;
30+
window['_firebase_auth_emulator'] = true;
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)