diff options
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 bc49a8a0f7e..0f314c75250 100644 --- a/server/sonar-web/src/main/js/api/notifications.ts +++ b/server/sonar-web/src/main/js/api/notifications.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 { getJSON, post } from 'sonar-ui-common/helpers/request'; import throwGlobalError from '../app/utils/throwGlobalError'; +import { getJSON, post } from '../sonar-ui-common/helpers/request'; export function getNotifications(): Promise<{ channels: string[]; |