fix(onesignal): fix property name (#2019)

This commit is contained in:
Kamil Piskorski 2017-10-06 05:22:03 +02:00 committed by Ibby Hadeed
parent 3d0a12d40d
commit 30ed33a046

View File

@ -165,7 +165,7 @@ export interface OSNotificationPayload {
/** /**
* URL to open when opening the notification. * URL to open when opening the notification.
*/ */
launchUrl?: string; launchURL?: string;
/** /**
* Sound resource to play when the notification is shown. * Sound resource to play when the notification is shown.
*/ */