cargo fix on the server

This commit is contained in:
filipriec
2025-04-19 19:00:14 +02:00
parent f74a6ef093
commit b01ba0b2d9
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
// src/auth/middleware.rs
use tonic::{metadata::MetadataValue, service::Interceptor, Status};
use crate::auth::{logic::jwt, models::AuthError};
use tonic::{service::Interceptor, Status};
use crate::auth::logic::jwt;
pub struct AuthInterceptor;