Chore: Backend dependencies update (#5676)

This commit is contained in:
Trenton H 2024-02-08 09:48:24 -08:00 committed by GitHub
parent c508be6ecd
commit b60e16fe33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 718 additions and 602 deletions

View file

@ -739,9 +739,11 @@ class MailAccountHandler(LoggingMixin):
correspondent_id=correspondent.id if correspondent else None,
document_type_id=doc_type.id if doc_type else None,
tag_ids=tag_ids,
owner_id=rule.owner.id
if (rule.assign_owner_from_rule and rule.owner)
else None,
owner_id=(
rule.owner.id
if (rule.assign_owner_from_rule and rule.owner)
else None
),
)
consume_task = consume_file.s(