Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
edisontim committed Sep 14, 2024
1 parent 03c4c5e commit c38b3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord-bot/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async fn check_user_in_database(
.fetch_optional(pool)
.await
}

async fn setup_torii_client(database: PgPool, config: Config) -> eyre::Result<()> {
tokio::spawn(async move {
tracing::info!("Setting up Torii client");
Expand Down

0 comments on commit c38b3dd

Please sign in to comment.