Skip to content

Commit

Permalink
fix(onesignal): fix property name (#2019)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilpiskorski authored and ihadeed committed Oct 6, 2017
1 parent 3d0a12d commit 30ed33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/onesignal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export interface OSNotificationPayload {
/**
* URL to open when opening the notification.
*/
launchUrl?: string;
launchURL?: string;
/**
* Sound resource to play when the notification is shown.
*/
Expand Down

0 comments on commit 30ed33a

Please sign in to comment.