summaryrefslogtreecommitdiff
path: root/webhook/src/handler/make_service.rs
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-12 22:51:30 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-12 22:51:30 +0400
commit005dadb342c6a79d154d3eaf5a5fbb86f3a7e641 (patch)
tree8363ea7992b6275e32e019e68678f28bfe40fdb1 /webhook/src/handler/make_service.rs
parenta02b25f235ba6eff33c6fd965c97071d5f112b6d (diff)
tests, cleanup & rest base
Diffstat (limited to 'webhook/src/handler/make_service.rs')
-rw-r--r--webhook/src/handler/make_service.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/webhook/src/handler/make_service.rs b/webhook/src/handler/make_service.rs
index 0778ad0..deeb2fe 100644
--- a/webhook/src/handler/make_service.rs
+++ b/webhook/src/handler/make_service.rs
@@ -1,7 +1,7 @@
use super::handler::HandlerService;
use crate::config::Config;
use hyper::service::Service;
-use nats::Connection;
+use common::nats_crate::Connection;
use std::{
future::{ready, Ready},
sync::Arc,