Skip to content

Commit

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

const sendChunk = (GCMSender, recipients, message, retries) =>
Expand Down

0 comments on commit 841dffc

Please sign in to comment.