Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
tipogi committed Dec 18, 2024
1 parent 1b80258 commit 76f95f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/events/handlers/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ async fn ingest(

async fn store_blob(name: String, path: String, blob: &Bytes) -> Result<(), DynError> {
let storage_path = Config::from_env().file_path;
// TODO: Is it well formatting. The file path already has / at the end
let full_path = format!("{}/{}", storage_path, path);

debug!("store blob in full_path: {}", full_path);
Expand Down

0 comments on commit 76f95f1

Please sign in to comment.