Skip to content

Commit

Permalink
fix(diagnostic): adjust options declaration (#4227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaa committed Jun 30, 2022
1 parent 41a85e6 commit 19fc222
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/@awesome-cordova-plugins/plugins/diagnostic/index.ts
Expand Up @@ -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 = {
Expand Down

0 comments on commit 19fc222

Please sign in to comment.