diff options
Diffstat (limited to 'server/sonar-web/src/main/js/api/editions.ts')
-rw-r--r-- | server/sonar-web/src/main/js/api/editions.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/api/editions.ts b/server/sonar-web/src/main/js/api/editions.ts index 5d3d8c20444..83a16612b68 100644 --- a/server/sonar-web/src/main/js/api/editions.ts +++ b/server/sonar-web/src/main/js/api/editions.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 { throwGlobalError } from '~sonar-aligned/helpers/error'; import { getJSON } from '../helpers/request'; -import { throwGlobalError } from '../sonar-aligned/helpers/error'; import { License } from '../types/editions'; export function isValidLicense(): Promise<{ isValidLicense: boolean }> { |