improvement: make better use of sqlite connections
This commit is contained in:
@@ -41,7 +41,7 @@ pub async fn set_presence_route(
|
||||
)?;
|
||||
}
|
||||
|
||||
db.flush().await?;
|
||||
db.flush()?;
|
||||
|
||||
Ok(set_presence::Response {}.into())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user