Skip to content

Commit

Permalink
fix(push): Android senderID as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl authored Mar 15, 2018
1 parent f11be24 commit 1b237aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/push/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export interface AndroidPushOptions {
/**
* Maps to the project number in the Google Developer Console.
*/
senderID: string;
senderID?: string;

/**
* The name of a drawable resource to use as the small-icon. The name should
Expand Down

0 comments on commit 1b237aa

Please sign in to comment.