mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-15 15:49:15 +00:00
Fix setting gateway after 0cd5dd8d313481922faab0a960bf69093c79a474.
This commit is contained in:
@ -86,9 +86,11 @@ impl Stats {
|
||||
}
|
||||
}
|
||||
|
||||
gateway::partial_update(self.gateway_id, &gw_cs)
|
||||
.await
|
||||
.context("Update gateway state")?;
|
||||
self.gateway = Some(
|
||||
gateway::partial_update(self.gateway_id, &gw_cs)
|
||||
.await
|
||||
.context("Update gateway state")?,
|
||||
);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user