mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-17 21:41:20 +00:00
refactor: session service
visible only in services mod
This commit is contained in:
parent
c37d6b970e
commit
9a422a17cd
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ use sea_orm::{DatabaseConnection, prelude::Uuid, ModelTrait};
|
|||
use crate::{crypto::{self}, Query, error::{ServiceError}, Mutation};
|
||||
|
||||
// TODO: generics
|
||||
pub(crate) struct SessionService;
|
||||
pub(in crate::services) struct SessionService;
|
||||
|
||||
impl SessionService {
|
||||
/// Delete n old sessions for user
|
||||
|
|
|
|||
Loading…
Reference in a new issue