mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-10 10:17:28 +03:00
Removed empty line
This commit is contained in:
parent
de563f9ebf
commit
4e6ef6ac53
1 changed files with 1 additions and 2 deletions
|
@ -113,8 +113,7 @@ export const getShortUrlVisits = (buildShlinkApiClient) => (shortCode, dates) =>
|
||||||
(page) =>
|
(page) =>
|
||||||
getShortUrlVisits(shortCode, { ...dates, page, itemsPerPage })
|
getShortUrlVisits(shortCode, { ...dates, page, itemsPerPage })
|
||||||
.then(prop('data'))
|
.then(prop('data'))
|
||||||
))
|
)).then(flatten);
|
||||||
.then(flatten);
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const visits = await loadVisits();
|
const visits = await loadVisits();
|
||||||
|
|
Loading…
Reference in a new issue