umami/lib
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
..
array.js Refactored dashboard sort logic. 2022-08-04 21:37:18 -07:00
auth.js Fixed dashboard ordering issue. Closes #1414 2022-08-29 20:57:34 -07:00
clickhouse.js Fix missing function argument of getFilterQuery 2022-10-22 19:00:57 +02:00
constants.js Database refactoring. 2022-08-27 21:38:35 -07:00
crypto.js Fix crypto errors. 2022-08-29 08:31:16 -07:00
date.js Added yesterday option in date range selector. 2022-08-26 10:36:46 +02:00
db.js Use next-basics package. 2022-08-28 20:20:54 -07:00
filters.js Fix www replace. 2022-09-05 15:35:36 -07:00
format.js Database refactoring. 2022-08-27 21:38:35 -07:00
kafka.js remove key 2022-08-29 16:35:50 -07:00
lang.js Added Bengali and Thai languages. 2022-08-01 17:14:36 -07:00
middleware.js Use next-basics package. 2022-08-28 20:20:54 -07:00
prisma.js Fix missing function argument of getFilterQuery 2022-10-22 19:00:57 +02:00
redis.js Fix website get during collection/session check 2022-09-05 11:36:57 -07:00
request.js Moved geo database location. 2022-08-03 19:20:13 -07:00
session.js Fix website get during collection/session check 2022-09-05 11:36:57 -07:00