Skip to content

Commit

Permalink
Fix auth status getter return type in AirshipPushIOS (#536)
Browse files Browse the repository at this point in the history
Co-authored-by: crow <[email protected]>
  • Loading branch information
crow and crow authored Dec 7, 2023
1 parent 202b7d2 commit 1951007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AirshipPush.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export class AirshipPushIOS {
* Gets the authorized notification status.
* @returns A promise with the result.
*/
public getAuthorizedNotificationStatus(): Promise<iOS.AuthorizedNotificationSetting[]> {
public getAuthorizedNotificationStatus(): Promise<iOS.AuthorizedNotificationStatus> {
return this.module.pushIosGetAuthorizedNotificationStatus();
}
}
Expand Down

0 comments on commit 1951007

Please sign in to comment.