mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-14 19:43:49 +00:00
Removed empty line
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user