Skip to content

Commit 440dc33

Browse files
committed
fix: build of aggregation-mode gateway
1 parent 67e8d05 commit 440dc33

File tree

1 file changed

+1
-1
lines changed
  • aggregation_mode/gateway/src

1 file changed

+1
-1
lines changed

aggregation_mode/gateway/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async fn main() {
2626
let config = Config::from_file(&config_file_path).expect("Config is valid");
2727
tracing::info!("Config loaded");
2828

29-
let db = Db::try_new(&config.db_connection_url)
29+
let db = Db::try_new(&[config.db_connection_url.as_str()])
3030
.await
3131
.expect("db to start");
3232

0 commit comments

Comments
 (0)