fixed query for client bandwidth

This commit is contained in:
Jędrzej Stuczyński
2024-07-10 16:53:14 +01:00
parent 2d2121b331
commit 39aa3b624f
+1 -1
View File
@@ -27,7 +27,7 @@ pub struct StoredMessage {
#[derive(Debug, Clone, FromRow)]
pub struct PersistedBandwidth {
#[allow(dead_code)]
pub(crate) client_address_bs58: String,
pub(crate) client_id: i64,
pub(crate) available: i64,
pub(crate) expiration: Option<OffsetDateTime>,
}