diff options
Diffstat (limited to 'server/sonar-web/src/main/js/api/alm-integration.ts')
-rw-r--r-- | server/sonar-web/src/main/js/api/alm-integration.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/api/alm-integration.ts b/server/sonar-web/src/main/js/api/alm-integration.ts index 67896751d0a..870242207d7 100644 --- a/server/sonar-web/src/main/js/api/alm-integration.ts +++ b/server/sonar-web/src/main/js/api/alm-integration.ts @@ -20,8 +20,8 @@ import { getCorsJSON, getJSON, - postJSON, post, + postJSON, requestTryAndRepeatUntil } from 'sonar-ui-common/helpers/request'; import throwGlobalError from '../app/utils/throwGlobalError'; |