diff --git a/src/BasePlatform.js b/src/BasePlatform.js index 8ae91fcde5..faad50618b 100644 --- a/src/BasePlatform.js +++ b/src/BasePlatform.js @@ -59,7 +59,7 @@ export default class BasePlatform { * that is 'granted' if the user allowed the request or * 'denied' otherwise. */ - requestNotificationPermission() : Promise { + requestNotificationPermission() : Promise { } displayNotification(title: string, msg: string, avatarUrl: string) {