Skip to content

Commit c28a1bb

Browse files
committed
last change
1 parent bf693ce commit c28a1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htsget-actix/src/middleware/auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::handlers::{HeaderMap, HttpVersionCompat};
55
use actix_web::body::{BoxBody, EitherBody};
66
use actix_web::dev::{Service, ServiceRequest, ServiceResponse, Transform};
77
use actix_web::web::Query;
8-
use actix_web::{Error, FromRequest, HttpMessage, HttpResponse};
8+
use actix_web::{Error, FromRequest, HttpResponse};
99
use axum::body::to_bytes;
1010
use axum::response::IntoResponse;
1111
use futures_util::future::LocalBoxFuture;

0 commit comments

Comments
 (0)