1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-06-20 08:25:16 +00:00

Complete previous commit

This commit is contained in:
2020-06-25 10:21:27 +02:00
parent 96f3217db4
commit 63c792d497
2 changed files with 2 additions and 2 deletions

View File

@ -326,7 +326,7 @@ impl HttpRequestHandler {
// Determine image destination
let target_user_data_folder = prepare_file_creation(self.user_id()?, folder)?;
let target_user_data_folder = prepare_file_creation(&self.user_id()?, folder)?;
let target_file_path = generate_new_user_data_file_name(target_user_data_folder.as_path(), "png")?;
let target_sys_path = user_data_path(target_file_path.as_path());