Fix lint warnings and turn warnings back on (#7409)
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
401c85ad5b
commit
d035efb14e
3 changed files with 6 additions and 10 deletions
|
@ -72,7 +72,7 @@ export default class WebPlatform extends VectorBasePlatform {
|
|||
global.Notification.requestPermission((result) => {
|
||||
resolve(result);
|
||||
});
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
displayNotification(title: string, msg: string, avatarUrl: string, room: Object) {
|
||||
|
@ -127,7 +127,7 @@ export default class WebPlatform extends VectorBasePlatform {
|
|||
resolve(ver);
|
||||
},
|
||||
);
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
getAppVersion(): Promise<string> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue