Specify promise arg

pull/21833/head
David Baker 2016-11-02 19:23:09 +00:00
parent 920e3346dc
commit 743e54f9bb
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ export default class BasePlatform {
* that is 'granted' if the user allowed the request or
* 'denied' otherwise.
*/
requestNotificationPermission() : Promise {
requestNotificationPermission() : Promise<string> {
}
displayNotification(title: string, msg: string, avatarUrl: string) {