mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-05-07 02:42:56 +08:00
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>}
|
* @returns {Promise<any>}
|
||||||
*/
|
*/
|
||||||
@Cordova({ platforms: ['Android', 'iOS'] })
|
@Cordova({ platforms: ['Android', 'iOS'] })
|
||||||
static getContactsAuthroizationStatus(): Promise<any> { return; }
|
static getContactsAuthorizationStatus(): Promise<any> { return; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Requests contacts authorization for the application.
|
* Requests contacts authorization for the application.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user