mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-26 13:31:45 +00:00
fix: unused imports
This commit is contained in:
parent
5d52cf7772
commit
50706c3298
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
use jsonwebtoken::{Header, EncodingKey};
|
||||
use sea_orm::DatabaseConnection;
|
||||
|
||||
use crate::{crypto, Query, token::{candidate_token::CandidateToken, generate_candidate_token}, error::{ServiceError, USER_NOT_FOUND_ERROR, INVALID_CREDENTIALS_ERROR, JWT_ERROR, DB_ERROR}};
|
||||
use crate::{crypto, Query, token::{generate_candidate_token}, error::{ServiceError, USER_NOT_FOUND_ERROR, INVALID_CREDENTIALS_ERROR, DB_ERROR}};
|
||||
|
||||
pub struct CandidateService;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue