Skip to content

Commit

Permalink
fix(diagnostics): locationAccuracyAuthorization Property missing in b…
Browse files Browse the repository at this point in the history
…uild (#3540)
  • Loading branch information
EinfachHans committed Oct 16, 2020
1 parent 3340e9a commit c62c137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/@ionic-native/plugins/diagnostic/index.ts
Expand Up @@ -94,8 +94,8 @@ export class Diagnostic extends IonicNativePlugin {
* Location accuracy authorization
*/
locationAccuracyAuthorization: {
FULL: 'full';
REDUCED: 'reduced';
FULL: 'full',
REDUCED: 'reduced',
};

permissionGroups = {
Expand Down

0 comments on commit c62c137

Please sign in to comment.