mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Changed kafka method signature.
This commit is contained in:
parent
26462cffbc
commit
72b3b6158a
4 changed files with 6 additions and 6 deletions
|
|
@ -82,7 +82,7 @@ async function clickhouseQuery(data: {
|
|||
});
|
||||
|
||||
if (kafka.enabled) {
|
||||
await sendMessages(messages, 'event_data');
|
||||
await sendMessages('event_data', messages);
|
||||
} else {
|
||||
await insert('event_data', messages);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue