Skip to content

Commit

Permalink
Update decrypt.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
SwarnenduG07 authored Nov 20, 2024
1 parent a9cf507 commit 613756c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/decrypt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ pub async fn decrypt_file(
let decrypted_data = cipher.decrypt_vec(&mut buffer)
.map_err(|e| HttpError::server_error(e.to_string()))?;



Ok(decrypted_data)
}

0 comments on commit 613756c

Please sign in to comment.