This commit is contained in:
2025-08-07 10:35:30 +02:00
parent ebc66e3222
commit 2b05053b47
7 changed files with 38 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
use crate::{model::client::Client, Backend};
use crate::{Backend, model::client::Client};
pub(crate) struct Rank {
pub(crate) rank: i64,