Skip to content

Commit 4b53371

Browse files
committed
run formatter
1 parent 6025cbc commit 4b53371

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/app-compat/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ try {
3838
`);
3939

4040
// eslint-disable-next-line
41-
const sdkVersion = ((globals as any).firebase as FirebaseNamespace).SDK_VERSION;
41+
const sdkVersion = ((globals as any).firebase as FirebaseNamespace)
42+
.SDK_VERSION;
4243
if (sdkVersion && sdkVersion.indexOf('LITE') >= 0) {
4344
logger.warn(`
4445
Warning: You are trying to load Firebase while using Firebase Performance standalone script.

0 commit comments

Comments
 (0)