mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
fix(diagnostic): adjust options declaration (#4227)
This commit is contained in:
parent
41a85e6587
commit
19fc222ea9
@ -91,9 +91,9 @@ export class Diagnostic extends AwesomeCordovaNativePlugin {
|
||||
* iOS ONLY
|
||||
* Location accuracy authorization
|
||||
*/
|
||||
locationAccuracyAuthorization: {
|
||||
FULL: 'full';
|
||||
REDUCED: 'reduced';
|
||||
locationAccuracyAuthorization = {
|
||||
FULL: 'full',
|
||||
REDUCED: 'reduced',
|
||||
};
|
||||
|
||||
permissionGroups = {
|
||||
|
Loading…
Reference in New Issue
Block a user