Merge branch 'dev' of https://github.com/umami-software/umami into feat/um-376-retention-report

This commit is contained in:
Francis Cao 2023-08-04 14:38:44 -07:00
commit cad3dd8847
7 changed files with 56 additions and 40 deletions

View file

@ -43,10 +43,8 @@ export default async (
endDate,
timezone,
unit,
filters: {
url,
eventName,
},
url,
eventName,
});
return ok(res, events);