Skip to content

Commit aa8356e

Browse files
committed
Ran Format.ts
1 parent 4cd1e40 commit aa8356e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/messaging/src/helpers/externalizePayload.test.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ describe('externalizePayload', () => {
3939
};
4040

4141
const payload: MessagePayload = {
42-
notification: { title: 'title', body: 'body', image: 'image', icon: 'icon' },
42+
notification: {
43+
title: 'title',
44+
body: 'body',
45+
image: 'image',
46+
icon: 'icon'
47+
},
4348
from: 'from',
4449
collapseKey: 'collapse',
4550
messageId: 'mid',

packages/messaging/src/interfaces/public-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export interface NotificationPayload {
4040
image?: string;
4141

4242
/**
43-
* The URL to use for the notification's icon. If you don't send this key in the request,
43+
* The URL to use for the notification's icon. If you don't send this key in the request,
4444
* FCM displays the launcher icon specified in your app manifest.
4545
*/
4646
icon?: string;

0 commit comments

Comments
 (0)