Skip to content

Commit

Permalink
fix: changed to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
akp111 committed Oct 18, 2023
1 parent 484096d commit a86e95c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ export class PushNotificationBaseClass {
return 0;
}

public getMinimalSetting(configuration: NotificationSettings): {
protected getMinimalSetting(configuration: NotificationSettings): {
setting: string;
description: string;
} {
Expand Down

0 comments on commit a86e95c

Please sign in to comment.