Commit Graph

4 Commits (ce572f09f2692e276237fcf7f3f4841cb0a24e3b)

Author SHA1 Message Date
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
Mike Cao 5f07cecc95 Rename method to transaction. 2022-08-29 00:02:38 -07:00
Mike Cao f4e0da481e Use next-basics package. 2022-08-28 20:20:54 -07:00
Mike Cao 467c7f289f Database refactoring. 2022-08-27 21:38:35 -07:00