Skip to content

Commit 02b8051

Browse files
committed
Fix getRecipientList linter warning
1 parent 1efe289 commit 02b8051

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sendFCM.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const getRecipientList = (obj) => {
1717
if (obj.topic) {
1818
return [obj.topic];
1919
}
20+
return [];
2021
};
2122

2223
const sendChunk = (firebaseApp, recipients, message) => {

0 commit comments

Comments
 (0)