mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
fix(local-notifications): fixed linting errors
This commit is contained in:
@@ -677,5 +677,5 @@ export class LocalNotifications extends IonicNativePlugin {
|
||||
* @returns {Promise<any>}
|
||||
*/
|
||||
@Cordova()
|
||||
fireQueuedEvents(): Promise<any>{ return; }
|
||||
fireQueuedEvents(): Promise<any> { return; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user