fix(diagnostic): misspelled getContactsAuthorizationStatus method (#678)
This commit is contained in:
parent
6bcef44d42
commit
bff4862979
@ -279,7 +279,7 @@ export class Diagnostic {
|
||||
* @returns {Promise<any>}
|
||||
*/
|
||||
@Cordova({ platforms: ['Android', 'iOS'] })
|
||||
static getContactsAuthroizationStatus(): Promise<any> { return; }
|
||||
static getContactsAuthorizationStatus(): Promise<any> { return; }
|
||||
|
||||
/**
|
||||
* Requests contacts authorization for the application.
|
||||
|
Loading…
Reference in New Issue
Block a user