mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 21:15:35 +01:00
Fix event var names.
This commit is contained in:
parent
dff105c747
commit
ef9d915592
6 changed files with 22 additions and 11 deletions
|
|
@ -34,7 +34,7 @@ export default async (
|
|||
return unauthorized(res);
|
||||
}
|
||||
|
||||
const { startAt, endAt, event_name: eventName, columns, filters } = req.body;
|
||||
const { startAt, endAt, eventName, columns, filters } = req.body;
|
||||
|
||||
const startDate = new Date(+startAt);
|
||||
const endDate = new Date(+endAt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue