Skip to content

Commit 743a9c3

Browse files
committed
Fix linter
1 parent 909130f commit 743a9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sendFCM.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const sendFCM = (regIds, data, settings) => {
6767
const opts = {
6868
credential:
6969
settings.fcm.credential || firebaseAdmin.credential.cert(settings.fcm.serviceAccountKey),
70-
httpAgent: settings.fcm.httpAgent || undefined
70+
httpAgent: settings.fcm.httpAgent || undefined,
7171
};
7272

7373
const firebaseApp = firebaseAdmin.initializeApp(opts, appName);

0 commit comments

Comments
 (0)