mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-03-16 00:55:18 +00:00
fix naming error in gateway
This commit is contained in:
parent
0eb0b15f85
commit
578ad23207
@ -240,7 +240,7 @@ impl GatewayService for Gateway {
|
||||
let order_by = if req.order_by.is_empty() {
|
||||
None
|
||||
} else {
|
||||
Some(device::OrderBy::new(&req.order_by))
|
||||
Some(gateway::OrderBy::new(&req.order_by))
|
||||
};
|
||||
|
||||
let count = gateway::get_count(&filters).await.map_err(|e| e.status())?;
|
||||
|
Loading…
x
Reference in New Issue
Block a user