From 5ab22e4c6a0ef38da5481f7e9aa45c823e68deff Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Wed, 20 Dec 2017 13:26:55 +0100 Subject: [PATCH] fix quality flaw --- server/sonar-web/src/main/js/helpers/urls.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-web/src/main/js/helpers/urls.ts b/server/sonar-web/src/main/js/helpers/urls.ts index a23974850b2..ffe6fa17794 100644 --- a/server/sonar-web/src/main/js/helpers/urls.ts +++ b/server/sonar-web/src/main/js/helpers/urls.ts @@ -17,8 +17,8 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -import { omitBy, isNil } from 'lodash'; import { stringify } from 'querystring'; +import { omitBy, isNil } from 'lodash'; import { isShortLivingBranch } from './branches'; import { getProfilePath } from '../apps/quality-profiles/utils'; import { Branch } from '../app/types'; -- 2.39.5