mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-25 04:52:05 +00:00
fix: imports
This commit is contained in:
parent
ecc9b54ce5
commit
6a425d3f7a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use entity::candidate;
|
||||
use sea_orm::DatabaseConnection;
|
||||
|
||||
use crate::{crypto, Query, token::{generate_candidate_token, decode_candidate_token, candidate_token::CandidateToken}, error::{ServiceError, USER_NOT_FOUND_ERROR, INVALID_CREDENTIALS_ERROR, DB_ERROR, JWT_ERROR, USER_NOT_FOUND_BY_JWT_ID}};
|
||||
use crate::{crypto, Query, token::{generate_candidate_token, candidate_token::CandidateToken}, error::{ServiceError, USER_NOT_FOUND_ERROR, INVALID_CREDENTIALS_ERROR, DB_ERROR, USER_NOT_FOUND_BY_JWT_ID}};
|
||||
|
||||
pub struct CandidateService;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue