Skip to content

Commit

Permalink
fix(push): fix finish method
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Dec 12, 2017
1 parent 9d70ec0 commit 995fd56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/@ionic-native/plugins/push/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<any> { return; }

/**
Expand Down

0 comments on commit 995fd56

Please sign in to comment.