Fix broken build after merge (#4937)
This commit is contained in:
committed by
GitHub
parent
894e0bd1bf
commit
fabd48b7ea
@@ -167,7 +167,7 @@ impl From<v2::registration::RegistredData> for v1::registration::RegistredData {
|
||||
impl From<v2::registration::RemainingBandwidthData> for v1::registration::RemainingBandwidthData {
|
||||
fn from(value: v2::registration::RemainingBandwidthData) -> Self {
|
||||
Self {
|
||||
available_bandwidth: value.available_bandwidth,
|
||||
available_bandwidth: value.available_bandwidth as u64,
|
||||
suspended: false,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user