mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
Refactor filter handling for queries.
This commit is contained in:
parent
5b300f1ff5
commit
ee6c68d27c
107 changed files with 731 additions and 835 deletions
|
|
@ -64,7 +64,7 @@ async function getProducer(): Promise<Producer> {
|
|||
|
||||
async function sendMessage(
|
||||
topic: string,
|
||||
message: { [key: string]: string | number } | { [key: string]: string | number }[],
|
||||
message: Record<string, string | number> | Record<string, string | number>[],
|
||||
): Promise<RecordMetadata[]> {
|
||||
try {
|
||||
await connect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue