mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-13 11:03:50 +00:00
Moved api utils to subfolder
This commit is contained in:
@@ -2,7 +2,7 @@ import { flatten, prop, range, splitEvery } from 'ramda';
|
||||
import { Action, Dispatch } from 'redux';
|
||||
import { ShlinkPaginator, ShlinkVisits } from '../../utils/services/types';
|
||||
import { Visit, VisitsLoadFailedAction } from '../types';
|
||||
import { parseApiError } from '../../api/util';
|
||||
import { parseApiError } from '../../api/utils';
|
||||
|
||||
const ITEMS_PER_PAGE = 5000;
|
||||
const PARALLEL_REQUESTS_COUNT = 4;
|
||||
|
||||
Reference in New Issue
Block a user