refactor: minor changes

This commit is contained in:
2025-03-12 22:02:58 -04:00
parent 7b76108b41
commit ac5533834d
3 changed files with 3 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ async fn main() -> anyhow::Result<()> {
} else {
Account::offline(&username)
},
server.as_ref(),
server,
)
.await;
eprintln!("{error}");