We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb78706 commit 2d4b876Copy full SHA for 2d4b876
1 file changed
aggregation_mode/payments_poller/src/main.rs
@@ -26,7 +26,7 @@ async fn main() {
26
let config = Config::from_file(&config_file_path).expect("Config is valid");
27
tracing::info!("Config loaded");
28
29
- let db = Db::try_new(&config.db_connection_urls.as_slice())
+ let db = Db::try_new(config.db_connection_urls.as_slice())
30
.await
31
.expect("db to start");
32
0 commit comments