umami/queries/analytics
Robin Bisping ce572f09f2 Fix missing function argument of getFilterQuery
In getEventMetrics no `column` argument is passed to getFilterQuery.
Thus, the subsequent arguments are shifted by one. This leads to wrong
API responses, since the filters are not properly applied.

One option is to pass a null value as the `column` argument. However, it
is not used in getFilterQuery. Therefore, I removed it.
2022-10-22 19:00:57 +02:00
..
event allow event data CH 2022-08-30 17:29:30 -07:00
pageview Fix missing function argument of getFilterQuery 2022-10-22 19:00:57 +02:00
session Fix missing function argument of getFilterQuery 2022-10-22 19:00:57 +02:00
stats Fix missing function argument of getFilterQuery 2022-10-22 19:00:57 +02:00