feat: new command to count the server info, available on the computer soc server

This commit is contained in:
silver 2025-02-27 23:56:48 +00:00
parent 934842cbc9
commit 7d7afcd00c
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
5 changed files with 180 additions and 86 deletions

View file

@ -469,7 +469,7 @@ pub mod committee {
})
}
async fn get_committees(db: &Pool<Sqlite>) -> Vec<Committees> {
pub async fn get_committees(db: &Pool<Sqlite>) -> Vec<Committees> {
sqlx::query_as::<_, Committees>(
r#"
SELECT *