mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-19 15:53:49 +00:00
Fix setting gateway after 0cd5dd8d31
.
This commit is contained in:
@ -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(())
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user