dev #25

Merged
akulij merged 38 commits from dev into main 2025-06-18 17:10:44 +00:00
Showing only changes of commit 3c0ae02139 - Show all commits

View File

@ -187,7 +187,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
async |_| vec![admin_handler()].into_iter(), async |_| vec![admin_handler()].into_iter(),
); );
bm.dispatch(&mut db).await; bm.dispatch(&mut db).await?;
Ok(())
} }
async fn send_application_to_chat( async fn send_application_to_chat(