Skip to content

Commit a0599e8

Browse files
committed
test fcm
1 parent 1e717d6 commit a0599e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/messaging/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const MESSAGING_NAME = 'messaging';
3939
function factoryMethod(
4040
container: ComponentContainer
4141
): FirebaseService & FirebaseMessaging {
42-
// Dependencies.
42+
// Dependencies. 1213
4343
const app = container.getProvider('app').getImmediate();
4444
const appConfig = extractAppConfig(app);
4545
const installations = container.getProvider('installations').getImmediate();

0 commit comments

Comments
 (0)