Skip to content

Commit

Permalink
fix(chore): editor settings
Browse files Browse the repository at this point in the history
  • Loading branch information
monotasker committed Oct 30, 2024
1 parent a16fc41 commit ac6dc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_record_importer_kcworks/services/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def _compare_existing_files(
if len(existing_files) == 0:
same_files = False
record = records_service.files._get_record(
draft_id, system_identity, "create_files"
draft_id, system_identity, "delete_files"
)
if record.files.entries:
record.files.unlock()
Expand Down

0 comments on commit ac6dc13

Please sign in to comment.