umami/queries
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
..
admin fix schema file. 2022-09-01 14:54:25 -07:00
analytics Fix missing function argument of getFilterQuery 2022-10-22 19:00:57 +02:00
index.js Add UTM pageview metrics to API 2022-07-21 14:57:29 -07:00