Skip to content

Commit 2ee13e3

Browse files
committed
fix: app config
1 parent 489cf4a commit 2ee13e3

File tree

1 file changed

+1
-1
lines changed
  • resources/webpack-components/firebase-messaging-worker

1 file changed

+1
-1
lines changed

resources/webpack-components/firebase-messaging-worker/component.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default class extends WebpackComponent {
1111

1212
if ( this.isCordova ) return false;
1313

14-
if ( !this.appConfig.firebase?.web ) return false;
14+
if ( !this.appConfig?.firebase?.web ) return false;
1515

1616
return true;
1717
}

0 commit comments

Comments
 (0)