Skip to content

Commit 841dffc

Browse files
committed
Fix linter in sendGCM
1 parent cf87412 commit 841dffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sendGCM.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const getRecipientList = (obj) => {
1212
if (obj.condition) {
1313
return [obj.condition];
1414
}
15+
return [];
1516
};
1617

1718
const sendChunk = (GCMSender, recipients, message, retries) =>

0 commit comments

Comments
 (0)