Skip to content

Commit 6303f3e

Browse files
committed
remove extra Global
1 parent 79e89fa commit 6303f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ai/src/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class AIService implements AI, _FirebaseService {
4242
appCheckProvider?: Provider<AppCheckInternalComponentName>,
4343
public chromeAdapterFactory?: (
4444
mode: InferenceMode,
45-
window?: Global | Window,
45+
window?: Window,
4646
params?: OnDeviceParams
4747
) => ChromeAdapterImpl | undefined
4848
) {

0 commit comments

Comments
 (0)