Skip to content

Commit

Permalink
Merge pull request #1766 from akto-api-security/hotfix/fix_npe_in_def…
Browse files Browse the repository at this point in the history
…ault_time_testing

Removing telemetry call from fetchAndSaveFeatureWiseAllowed
  • Loading branch information
avneesh-akto authored Nov 25, 2024
2 parents 5f059ea + c124d7b commit 272705f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2532,7 +2532,7 @@ public static Organization fetchAndSaveFeatureWiseAllowed(Organization organizat
hotjarSiteId = OrganizationUtils.fetchHotjarSiteId(metaData);
boolean expired = OrganizationUtils.fetchExpired(metaData);
boolean telemetryEnabled = OrganizationUtils.fetchTelemetryEnabled(metaData);
setTelemetrySettings(organization, telemetryEnabled);
// setTelemetrySettings(organization, telemetryEnabled);
boolean testTelemetryEnabled = OrganizationUtils.fetchTestTelemetryEnabled(metaData);
organization.setTestTelemetryEnabled(testTelemetryEnabled);

Expand Down

0 comments on commit 272705f

Please sign in to comment.