diff --git a/src/@ionic-native/plugins/push/index.ts b/src/@ionic-native/plugins/push/index.ts index b32cd06cca..0d5d866daf 100644 --- a/src/@ionic-native/plugins/push/index.ts +++ b/src/@ionic-native/plugins/push/index.ts @@ -414,9 +414,11 @@ export class PushObject { * iOS only * Tells the OS that you are done processing a background push notification. * successHandler gets called when background push processing is successfully completed. - * @param id + * @param [id] */ - @CordovaInstance() + @CordovaInstance({ + callbackOrder: 'reverse' + }) finish(id?: string): Promise { return; } /**