mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-12 09:14:27 +02:00
surrealdb init
This commit is contained in:
@@ -35,7 +35,7 @@ impl RabbitMQConsumer {
|
||||
Self::bind_queue(&common.channel, &config.exchange, &queue, config).await?;
|
||||
|
||||
// Initialize the consumer
|
||||
let consumer = Self::initialize_consumer(&common.channel, &config).await?;
|
||||
let consumer = Self::initialize_consumer(&common.channel, config).await?;
|
||||
|
||||
Ok(Self { common, queue, consumer })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user