mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 18:15:35 +01:00
roll back id adds
This commit is contained in:
parent
ec6454aead
commit
4073d57e64
10 changed files with 14 additions and 22 deletions
|
|
@ -21,11 +21,10 @@ export default async (req, res) => {
|
|||
}
|
||||
|
||||
const websiteId = +id;
|
||||
const website_uuid = id;
|
||||
const startDate = new Date(+start_at);
|
||||
const endDate = new Date(+end_at);
|
||||
|
||||
const events = await getEventMetrics(websiteId, website_uuid, startDate, endDate, tz, unit, {
|
||||
const events = await getEventMetrics(websiteId, startDate, endDate, tz, unit, {
|
||||
url,
|
||||
eventName: event_name,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue