umami/queries/analytics/session
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
..
createSession.js add db call as fallback 2022-08-29 13:04:58 -07:00
getSessionByUuid.js add db call as fallback 2022-08-29 13:04:58 -07:00
getSessionMetrics.js Fix missing function argument of getFilterQuery 2022-10-22 19:00:57 +02:00
getSessions.js configure redis 2022-08-29 10:47:01 -07:00