diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-10-18 10:44:53 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-10-18 10:44:53 +0400 |
| commit | beacbc6c79c2543bf5ed7386554e3ac6b2d1b9a0 (patch) | |
| tree | 9a09183e1a512e8677cb922af71c9c68f031ce45 /webhook/src/handler/error.rs | |
| parent | e58e816ceb8caa3c77dd98a952761b7e7f05b6cb (diff) | |
fix tests and adapt webhook
Diffstat (limited to 'webhook/src/handler/error.rs')
| -rw-r--r-- | webhook/src/handler/error.rs | 2 |
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, |
