summaryrefslogtreecommitdiff
path: root/webhook/src/handler/error.rs
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-18 10:44:53 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-18 10:44:53 +0400
commitbeacbc6c79c2543bf5ed7386554e3ac6b2d1b9a0 (patch)
tree9a09183e1a512e8677cb922af71c9c68f031ce45 /webhook/src/handler/error.rs
parente58e816ceb8caa3c77dd98a952761b7e7f05b6cb (diff)
fix tests and adapt webhook
Diffstat (limited to 'webhook/src/handler/error.rs')
-rw-r--r--webhook/src/handler/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/webhook/src/handler/error.rs b/webhook/src/handler/error.rs
index ccec59f..f998b84 100644
--- a/webhook/src/handler/error.rs
+++ b/webhook/src/handler/error.rs
@@ -1,4 +1,4 @@
-use hyper::{Body, Error, Response, StatusCode};
+use hyper::{Body, Response, StatusCode};
pub struct WebhookError {
pub code: StatusCode,