Skip to content

Commit

Permalink
Merge branch 'main' into 32-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
honhimW committed Dec 12, 2024
2 parents 3eabc60 + 1294260 commit 35e56d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ async fn main() -> Result<()> {
if let Some(database) = db_config.databases.get(&db) {
let database_clone = database.clone();
tokio::spawn(async move {
info!("{:?}", &database_clone);
match switch_client(db.clone(), &database_clone) {
Ok(_) => {
info!("Successfully connected to default database '{db}'");
Expand Down

0 comments on commit 35e56d9

Please sign in to comment.