We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf87412 commit 841dffcCopy full SHA for 841dffc
src/sendGCM.js
@@ -12,6 +12,7 @@ const getRecipientList = (obj) => {
12
if (obj.condition) {
13
return [obj.condition];
14
}
15
+ return [];
16
};
17
18
const sendChunk = (GCMSender, recipients, message, retries) =>
0 commit comments