Remote outdated task_name parameter

This commit is contained in:
Michael Shamoon 2022-11-05 17:51:56 -07:00
parent cce0d363e4
commit ffb742bb2c

View File

@ -425,7 +425,6 @@ class MailAccountHandler(LoggingMixin):
else None,
override_document_type_id=doc_type.id if doc_type else None,
override_tag_ids=tag_ids,
task_name=att.filename[:100],
)
processed_attachments += 1