Skip to content

Commit

Permalink
Fix getRecipientList linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-friedl committed Jun 19, 2024
1 parent 1efe289 commit 02b8051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sendFCM.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const getRecipientList = (obj) => {
if (obj.topic) {
return [obj.topic];
}
return [];
};

const sendChunk = (firebaseApp, recipients, message) => {
Expand Down

0 comments on commit 02b8051

Please sign in to comment.