mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
Fixed query parameter filter.
This commit is contained in:
parent
358519dddd
commit
64b040c865
3 changed files with 5 additions and 4 deletions
|
|
@ -190,8 +190,8 @@ function parseFilters(filters: any = {}, params: any = {}) {
|
|||
|
||||
async function rawQuery(query, params = {}) {
|
||||
if (process.env.LOG_QUERY) {
|
||||
log(query);
|
||||
log(params);
|
||||
log('QUERY:\n', query);
|
||||
log('PARAMETERS:\n', params);
|
||||
}
|
||||
|
||||
await connect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue