Update middle_relay.rs

This commit is contained in:
Alexey
2026-03-22 17:53:32 +03:00
parent 7b570be5b3
commit 3eb384e02a

View File

@@ -535,6 +535,7 @@ fn quota_exceeded_for_user(stats: &Stats, user: &str, quota_limit: Option<u64>)
quota_limit.is_some_and(|quota| stats.get_user_total_octets(user) >= quota)
}
#[cfg_attr(not(test), allow(dead_code))]
fn quota_would_be_exceeded_for_user(
stats: &Stats,
user: &str,