Skip to content

Commit

Permalink
fix(firebase-messaging): adjust deleteToken/removeToken signature
Browse files Browse the repository at this point in the history
  • Loading branch information
capc0 authored Jan 23, 2021
1 parent e7bc1b6 commit 72c9960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/firebase-messaging/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export class FirebaseMessaging extends IonicNativePlugin {
* @returns {Promise<null>}
*/
@Cordova({ sync: true })
revokeToken(): Promise<null> {
deleteToken(): Promise<null> {
return;
}
}

0 comments on commit 72c9960

Please sign in to comment.