Skip to content

Commit 5c2d937

Browse files
committed
fix linter
1 parent d4ac65f commit 5c2d937

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/utils/fcmMessage.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ class FcmMessage {
7272
}
7373

7474
if (!providersExclude.includes('android')) {
75-
createParams.android = this.buildAndroidMessage(fcmMessageParams, options);
75+
createParams.android = this.buildAndroidMessage(
76+
fcmMessageParams,
77+
options
78+
);
7679
}
7780

7881
return new this(createParams);

0 commit comments

Comments
 (0)