aboutsummaryrefslogtreecommitdiff
path: root/src/controller/payments.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller/payments.rs')
-rw-r--r--src/controller/payments.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/payments.rs b/src/controller/payments.rs
index 3fa85a5..554f61a 100644
--- a/src/controller/payments.rs
+++ b/src/controller/payments.rs
@@ -1,7 +1,7 @@
use http_body_util::Full;
+use hyper::Response;
use hyper::body::Bytes;
use hyper::header::CONTENT_TYPE;
-use hyper::Response;
use std::collections::HashMap;
use crate::controller::utils;