fix: add missing consumer

Signed-off-by: Zomatree <me@zomatree.live>
This commit is contained in:
Zomatree
2026-03-19 23:38:31 +00:00
parent 96efc76866
commit 61a9fab37f
4 changed files with 7 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ async fn _main() {
&config,
&connection,
&config.elasticsearch.message_delete_queue,
consumers::MessageConsumer(client.clone()),
consumers::MessageDeleteConsumer(client.clone()),
)
.await,
);