mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-03 09:33:08 +00:00
Fix setting gateway after 0cd5dd8d313481922faab0a960bf69093c79a474.
This commit is contained in:
parent
56336fa685
commit
5a865c924c
@ -86,9 +86,11 @@ impl Stats {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
gateway::partial_update(self.gateway_id, &gw_cs)
|
self.gateway = Some(
|
||||||
.await
|
gateway::partial_update(self.gateway_id, &gw_cs)
|
||||||
.context("Update gateway state")?;
|
.await
|
||||||
|
.context("Update gateway state")?,
|
||||||
|
);
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user