From 8a2637789f02e0392d60bed28f044f26d133b00f Mon Sep 17 00:00:00 2001 From: Lorenz an Mey Date: Thu, 22 Mar 2018 17:18:44 +0100 Subject: [PATCH] fix(local-notifications): fixed linting errors --- package-lock.json | 2 +- src/@ionic-native/plugins/local-notifications/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7cf02487..7de92d6fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ionic-native", - "version": "4.5.2", + "version": "4.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/@ionic-native/plugins/local-notifications/index.ts b/src/@ionic-native/plugins/local-notifications/index.ts index d21bff20b..927e386c7 100755 --- a/src/@ionic-native/plugins/local-notifications/index.ts +++ b/src/@ionic-native/plugins/local-notifications/index.ts @@ -677,5 +677,5 @@ export class LocalNotifications extends IonicNativePlugin { * @returns {Promise} */ @Cordova() - fireQueuedEvents(): Promise{ return; } + fireQueuedEvents(): Promise { return; } }