Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalidiong committed Aug 8, 2024
1 parent 6025cbc commit 4b53371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app-compat/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ try {
`);

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

0 comments on commit 4b53371

Please sign in to comment.