From 1fac03c980680556f3e05c694e17d2106a4ae0da Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Tue, 19 Sep 2017 09:47:43 +0200 Subject: fix quality flow --- server/sonar-web/src/main/js/apps/projects/query.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'server') diff --git a/server/sonar-web/src/main/js/apps/projects/query.ts b/server/sonar-web/src/main/js/apps/projects/query.ts index b64a34fda81..18d39c4ed9a 100644 --- a/server/sonar-web/src/main/js/apps/projects/query.ts +++ b/server/sonar-web/src/main/js/apps/projects/query.ts @@ -241,7 +241,6 @@ function pushMetricToArray( conditionsArray: string[], convertFunction: (metric: string, value: any) => string ): void { - query.foo; const metric = mapPropertyToMetric(property); if (query[property] != null && metric) { conditionsArray.push(convertFunction(metric, query[property])); -- cgit v1.2.3