use crate::DbPool; pub async fn run_ranker(_db_pool: DbPool) { // do nothing, for now }