Commit Graph

7 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
Brian Cao 48fe6ebcc5 configure redis 2022-08-29 10:47:01 -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
Brian Cao f499af5491 fix refs 2022-08-25 22:43:22 -07:00
Brian Cao c811577460 fix folders 2022-08-25 22:20:30 -07:00
Brian Cao bb50753704 split db files 2022-08-25 22:04:32 -07:00