Skip to content

Commit

Permalink
feat(background-fetch): add taskId to finish method (#3390)
Browse files Browse the repository at this point in the history
add taskId to finish method in background fetch. fixes #3361
  • Loading branch information
akshaydwivedi29 committed May 5, 2020
1 parent 3d46715 commit eceb7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/background-fetch/index.ts
Expand Up @@ -101,7 +101,7 @@ export class BackgroundFetch extends IonicNativePlugin {
@Cordova({
sync: true
})
finish(): void {
finish(taskId: string): void {
}

/**
Expand Down

0 comments on commit eceb7ca

Please sign in to comment.