fix(local-notifications): fixed linting errors

This commit is contained in:
Lorenz an Mey 2018-03-22 17:18:44 +01:00
parent e5034bf827
commit 8a2637789f
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "ionic-native",
"version": "4.5.2",
"version": "4.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -677,5 +677,5 @@ export class LocalNotifications extends IonicNativePlugin {
* @returns {Promise<any>}
*/
@Cordova()
fireQueuedEvents(): Promise<any>{ return; }
fireQueuedEvents(): Promise<any> { return; }
}