diff options
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/editions.ts')
-rw-r--r-- | server/sonar-web/src/main/js/helpers/editions.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/helpers/editions.ts b/server/sonar-web/src/main/js/helpers/editions.ts index 0bbc36a8ad9..f57cfbfd2dc 100644 --- a/server/sonar-web/src/main/js/helpers/editions.ts +++ b/server/sonar-web/src/main/js/helpers/editions.ts @@ -18,7 +18,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ import { stringify } from 'querystring'; -import { omitNil } from '../sonar-ui-common/helpers/request'; +import { omitNil } from '../helpers/request'; import { Edition, EditionKey } from '../types/editions'; import { SystemUpgrade } from '../types/system'; |