Skip to content

Commit

Permalink
removed unnececary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajdip019 committed Jul 23, 2024
1 parent 96323bc commit bc2a605
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/core/session.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::env;

use crate::{
errors::{Error, Result},
models::session_model::SessionResponse,
Expand Down Expand Up @@ -293,7 +291,7 @@ impl Session {
};

let decrypted_session = data.decrypt(&dek_data.dek);

sessions.push(SessionResponse {
uid: decrypted_session.uid,
session_id: decrypted_session.session_id,
Expand Down

0 comments on commit bc2a605

Please sign in to comment.