feat: new command to count the server info, available on the computer soc server
This commit is contained in:
parent
934842cbc9
commit
7d7afcd00c
5 changed files with 180 additions and 86 deletions
|
@ -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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue