aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/api/notifications.ts
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2022-01-28 17:39:50 +0100
committersonartech <sonartech@sonarsource.com>2022-03-29 20:03:37 +0000
commitb345bbc09eb8e0bd04951e1db88f56666f5f4c6a (patch)
treed61378aa709f81a1c6a9729b6c792e404700dfcf /server/sonar-web/src/main/js/api/notifications.ts
parentc1ea1e9df27db899c07948ce50e6aa9cceab348a (diff)
downloadsonarqube-b345bbc09eb8e0bd04951e1db88f56666f5f4c6a.tar.gz
sonarqube-b345bbc09eb8e0bd04951e1db88f56666f5f4c6a.zip
SONAR-15938 Improve code sharing with the license extension
Diffstat (limited to 'server/sonar-web/src/main/js/api/notifications.ts')
-rw-r--r--server/sonar-web/src/main/js/api/notifications.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/api/notifications.ts b/server/sonar-web/src/main/js/api/notifications.ts
index 27f0a2ad6a0..79f51757d06 100644
--- a/server/sonar-web/src/main/js/api/notifications.ts
+++ b/server/sonar-web/src/main/js/api/notifications.ts
@@ -17,7 +17,7 @@
* 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 '../app/utils/throwGlobalError';
+import { throwGlobalError } from '../helpers/error';
import { getJSON, post } from '../helpers/request';
import { Notification } from '../types/types';