diff --git a/src/AirshipPush.ts b/src/AirshipPush.ts index e5b61151..64df4892 100644 --- a/src/AirshipPush.ts +++ b/src/AirshipPush.ts @@ -210,7 +210,7 @@ export class AirshipPushIOS { * Gets the authorized notification status. * @returns A promise with the result. */ - public getAuthorizedNotificationStatus(): Promise { + public getAuthorizedNotificationStatus(): Promise { return this.module.pushIosGetAuthorizedNotificationStatus(); } }