mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-24 17:11:49 +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,
|
Mutation,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub enum AdminUser {
|
|
||||||
Admin(entity::admin::Model),
|
|
||||||
Candidate(entity::candidate::Model),
|
|
||||||
}
|
|
||||||
|
|
||||||
pub(in crate::services) struct SessionService;
|
pub(in crate::services) struct SessionService;
|
||||||
|
|
||||||
impl SessionService {
|
impl SessionService {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue