diff options
Diffstat (limited to 'server/sonar-web/src/main/js/api/time-machine.ts')
-rw-r--r-- | server/sonar-web/src/main/js/api/time-machine.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/api/time-machine.ts b/server/sonar-web/src/main/js/api/time-machine.ts index 720e562738c..f6e7ee3da68 100644 --- a/server/sonar-web/src/main/js/api/time-machine.ts +++ b/server/sonar-web/src/main/js/api/time-machine.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 } from '../helpers/request'; import { BranchParameters } from '../types/branch-like'; import { Paging } from '../types/types'; |