Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Palabola committed Oct 7, 2024
1 parent 7a79e00 commit 73c1545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/pages/server-compare/server-compare.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { ServerCompareService } from '../../services/server-compare.service';
import { DropdownManagerService } from '../../services/dropdown-manager.service';
import { AnalyticsService } from '../../services/analytics.service';
import { CurrencyOption, availableCurrencies } from '../../tools/shared_data';
import { ChartFromBenchmarkTemplate, ChartFromBenchmarkTemplateOptions, redisChartTemplate, redisChartTemplateCallbacks, staticWebChartCompareTemplate, staticWebChartTemplate, staticWebChartTemplateCallbacks } from '../server-details/chartFromBenchmarks';
import { ChartFromBenchmarkTemplate, ChartFromBenchmarkTemplateOptions, redisChartTemplate, redisChartTemplateCallbacks, staticWebChartCompareTemplate, staticWebChartTemplateCallbacks } from '../server-details/chartFromBenchmarks';

Chart.register(annotationPlugin);

Expand Down Expand Up @@ -916,7 +916,7 @@ export class ServerCompareComponent implements OnInit, AfterViewInit {
const optionsSecondary = chartTemplate.secondaryOptions[chartTemplate.selectedSecondaryOption];

const labelValue = optionsSecondary.value;
const selectedName = optionsSecondary.name;
//const selectedName = optionsSecondary.name;

const dataSet = this.benchmarkMeta?.find((x: any) => x.benchmark_id === benchmark_id);

Expand Down

0 comments on commit 73c1545

Please sign in to comment.