Skip to content

Commit

Permalink
fix(push plugin): senderId is optional in iosPushOptions
Browse files Browse the repository at this point in the history
closes #58
  • Loading branch information
ihadeed committed Mar 26, 2016
1 parent ed7e783 commit 48bf837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/push.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export interface iOSPushOptions {
* Maps to the project number in the Google Developer Console. Setting this
* uses GCM for notifications instead of native.
*/
senderID: string;
senderID?: string;

/**
* Whether to use prod or sandbox GCM setting.
Expand Down

0 comments on commit 48bf837

Please sign in to comment.