From 743e54f9bb580e0fc0a6b357f39412735dfe6048 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 2 Nov 2016 19:23:09 +0000 Subject: [PATCH] Specify promise arg --- src/BasePlatform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {