diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2022-01-28 17:39:50 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-03-29 20:03:37 +0000 |
commit | b345bbc09eb8e0bd04951e1db88f56666f5f4c6a (patch) | |
tree | d61378aa709f81a1c6a9729b6c792e404700dfcf /server/sonar-web/src/main/js/api/notifications.ts | |
parent | c1ea1e9df27db899c07948ce50e6aa9cceab348a (diff) | |
download | sonarqube-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.ts | 2 |
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'; |