diff options
Diffstat (limited to 'src/controller/statistics.rs')
| -rw-r--r-- | src/controller/statistics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/statistics.rs b/src/controller/statistics.rs index a546c67..5efbe73 100644 --- a/src/controller/statistics.rs +++ b/src/controller/statistics.rs @@ -1,6 +1,6 @@ use http_body_util::Full; -use hyper::body::Bytes; use hyper::Response; +use hyper::body::Bytes; use crate::controller::utils; use crate::controller::wallet::Wallet; |
