mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-09 09:47: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) =>
|
||||
getShortUrlVisits(shortCode, { ...dates, page, itemsPerPage })
|
||||
.then(prop('data'))
|
||||
))
|
||||
.then(flatten);
|
||||
)).then(flatten);
|
||||
|
||||
try {
|
||||
const visits = await loadVisits();
|
||||
|
|
Loading…
Reference in a new issue