Removed empty line

This commit is contained in:
Alejandro Celaya 2019-03-08 19:43:27 +01:00
parent de563f9ebf
commit 4e6ef6ac53

View file

@ -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();