Skip to content

Commit

Permalink
skipping sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
latin-panda committed Feb 8, 2024
1 parent 1bf5937 commit 6c4aed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/ts/services/telemetry.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export class TelemetryService {
* It was decided to not aggregate the DB content.
* @private
*/
private async deleteDeprecatedTelemetryDB(databases) {
private async deleteDeprecatedTelemetryDB(databases) { // NOSONAR
if (this.hasTransitionFinished) {
return;
}
Expand Down

0 comments on commit 6c4aed9

Please sign in to comment.