mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-16 04:51:18 +00:00
fix: delete unused AdminUser enum
This commit is contained in:
parent
304c4ddfea
commit
eba4489518
1 changed files with 0 additions and 5 deletions
|
|
@ -7,11 +7,6 @@ use crate::{
|
|||
Mutation,
|
||||
};
|
||||
|
||||
pub enum AdminUser {
|
||||
Admin(entity::admin::Model),
|
||||
Candidate(entity::candidate::Model),
|
||||
}
|
||||
|
||||
pub(in crate::services) struct SessionService;
|
||||
|
||||
impl SessionService {
|
||||
|
|
|
|||
Loading…
Reference in a new issue