Extract binary merging logic
This commit is contained in:
parent
7a8cca8fe7
commit
10bc8c7099
9 changed files with 55 additions and 57 deletions
|
|
@ -63,7 +63,6 @@ pub async fn delete_document(
|
|||
created_date: request.created_date,
|
||||
updated_date: chrono::Utc::now(),
|
||||
relative_path: latest_version.relative_path,
|
||||
is_binary: latest_version.is_binary,
|
||||
is_deleted: true,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue