You've already forked AstralRinth
forked from didirus/AstralRinth
Add more info to search route (#60)
* Add more info to search route: * Run formatter
This commit is contained in:
@@ -37,7 +37,9 @@ async fn main() -> std::io::Result<()> {
|
||||
|
||||
check_env_vars();
|
||||
|
||||
database::check_for_migrations().await.expect("An error occurred while running migrations.");
|
||||
database::check_for_migrations()
|
||||
.await
|
||||
.expect("An error occurred while running migrations.");
|
||||
|
||||
// Database Connector
|
||||
let pool = database::connect()
|
||||
|
||||
Reference in New Issue
Block a user