aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/modules/ranking.rs
blob: 739e6a67486d3f8d1f468eaa0850dfdc27fc7de1 (plain)
1
2
3
4
5
use crate::DbPool;

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